diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /textproc/diffsplit | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324181
Diffstat (limited to 'textproc/diffsplit')
-rw-r--r-- | textproc/diffsplit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/diffsplit/Makefile b/textproc/diffsplit/Makefile index 0968ee7dd035..30e948ef43f4 100644 --- a/textproc/diffsplit/Makefile +++ b/textproc/diffsplit/Makefile @@ -15,8 +15,7 @@ COMMENT= Splits a unified diff into pieces which patch one file each NO_BUILD= YES NO_WRKSUBDIR= YES PLIST_FILES= bin/diffsplit -USE_PERL5= YES -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= diffsplit do-extract: |