diff options
author | mat <mat@FreeBSD.org> | 2014-12-10 20:47:38 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-12-10 20:47:38 +0800 |
commit | a8e3b5043e8369907d2bde44803bd502b2a96004 (patch) | |
tree | d0fd52b01da07cefb0c77a89cab406baf27dfea9 /www | |
parent | 563ebd320b5b4e8a71cbe557b366a3c4657bafdd (diff) | |
download | freebsd-ports-gnome-a8e3b5043e8369907d2bde44803bd502b2a96004.tar.gz freebsd-ports-gnome-a8e3b5043e8369907d2bde44803bd502b2a96004.tar.zst freebsd-ports-gnome-a8e3b5043e8369907d2bde44803bd502b2a96004.zip |
Fix shebang.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Gungho/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Gungho/Makefile b/www/p5-Gungho/Makefile index 8c454b71ebeb..e0e67e22c6b9 100644 --- a/www/p5-Gungho/Makefile +++ b/www/p5-Gungho/Makefile @@ -3,7 +3,7 @@ PORTNAME= Gungho PORTVERSION= 0.09.008 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI @@ -46,8 +46,9 @@ BUILD_DEPENDS= p5-Best>=0:${PORTSDIR}/devel/p5-Best \ p5-UNIVERSAL-isa>=0.06:${PORTSDIR}/devel/p5-UNIVERSAL-isa RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= script/* post-install: ${INSTALL_SCRIPT} ${WRKSRC}/script/gungho ${STAGEDIR}${PREFIX}/bin/gungho |