diff options
author | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
commit | fada737300174103bff4aceb28479e7a4b94fdd5 (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /misc | |
parent | 863e0036a81b76091d5992e7edb2d27f9e067a12 (diff) | |
download | freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.gz freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.zst freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
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 |