summaryrefslogtreecommitdiff
path: root/deskutils/p5-ZConf-Runner
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-16 14:01:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-16 14:01:51 +0000
commit290da9d5f62b05e8b0bd39f746dffe4599a6624a (patch)
treef93b032cca39daa32107114dd38b0f5a64ce9139 /deskutils/p5-ZConf-Runner
parentaudio/fdk-aac: Update version 0.1.3=>0.1.4 (diff)
- Fix shebangs
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=381388
Diffstat (limited to 'deskutils/p5-ZConf-Runner')
-rw-r--r--deskutils/p5-ZConf-Runner/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/p5-ZConf-Runner/Makefile b/deskutils/p5-ZConf-Runner/Makefile
index 05171fc2a900..120751386484 100644
--- a/deskutils/p5-ZConf-Runner/Makefile
+++ b/deskutils/p5-ZConf-Runner/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ZConf-Runner
PORTVERSION= 2.1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \
p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/zcrunner
USE_PERL5= configure
.include <bsd.port.mk>