aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-16 22:01:51 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-16 22:01:51 +0800
commit686e425100d881da7f65e9f2eab05ec54842b3c6 (patch)
treef93b032cca39daa32107114dd38b0f5a64ce9139 /deskutils
parentec981a3ea6a789056c1f18d0d6ff21e42fabcd9f (diff)
downloadfreebsd-ports-gnome-686e425100d881da7f65e9f2eab05ec54842b3c6.tar.gz
freebsd-ports-gnome-686e425100d881da7f65e9f2eab05ec54842b3c6.tar.zst
freebsd-ports-gnome-686e425100d881da7f65e9f2eab05ec54842b3c6.zip
- Fix shebangs
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-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>