diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 15:23:58 +0000 |
commit | 8b77080918d0242431bdc02d5bbaca527cf1d34e (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /misc | |
parent | a8125260aa8cb21285ce1ba54a59a4b5d80790ed (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chord2html/Makefile | 3 | ||||
-rw-r--r-- | misc/qlas/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index cbc7ceaf3fe4..4de90797c34a 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -12,9 +12,8 @@ COMMENT= Convert CHORD input files to HTML RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD -USE_PERL5= yes +USES= shebangfix perl5 NO_BUILD= yes -USES= shebangfix SHEBANG_FILES= chord2html MAN1= chord2html.1 diff --git a/misc/qlas/Makefile b/misc/qlas/Makefile index 8cad2a84f39d..4913ff42f7dc 100644 --- a/misc/qlas/Makefile +++ b/misc/qlas/Makefile @@ -9,10 +9,9 @@ MASTER_SITES= http://lev.serebryakov.spb.ru/download/qlas/ MAINTAINER= dsh@vlink.ru COMMENT= Qico FIDO mailer log analyzer and statistic builder -USE_PERL5= yes NO_WRKSUBDIR= yes NO_BUILD= yes -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= qlas USE_DOS2UNIX= qlas qlas.conf.default |