svn commit: r374452 - head/www/p5-Gungho
Mathieu Arnold
mat at FreeBSD.org
Wed Dec 10 12:47:39 UTC 2014
Author: mat
Date: Wed Dec 10 12:47:38 2014
New Revision: 374452
URL: https://svnweb.freebsd.org/changeset/ports/374452
QAT: https://qat.redports.org/buildarchive/r374452/
Log:
Fix shebang.
Sponsored by: Absolight
Modified:
head/www/p5-Gungho/Makefile
Modified: head/www/p5-Gungho/Makefile
==============================================================================
--- head/www/p5-Gungho/Makefile Wed Dec 10 12:05:49 2014 (r374451)
+++ head/www/p5-Gungho/Makefile Wed Dec 10 12:47:38 2014 (r374452)
@@ -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}/de
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
More information about the svn-ports-all
mailing list