aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-04 04:31:56 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-04 04:31:56 +0800
commita8deb627e872d33002b1a186f3ae6940e3c33fb9 (patch)
tree2702a81a2c5eed3bb2337376b2164622dd09f655 /mail
parent2f3985fa4c06d70383d38c78f9d235c0b2e56f61 (diff)
downloadfreebsd-ports-gnome-a8deb627e872d33002b1a186f3ae6940e3c33fb9.tar.gz
freebsd-ports-gnome-a8deb627e872d33002b1a186f3ae6940e3c33fb9.tar.zst
freebsd-ports-gnome-a8deb627e872d33002b1a186f3ae6940e3c33fb9.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-ZConf-Mail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-ZConf-Mail/Makefile b/mail/p5-ZConf-Mail/Makefile
index 80a3bf341cb3..c8854faad011 100644
--- a/mail/p5-ZConf-Mail/Makefile
+++ b/mail/p5-ZConf-Mail/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ZConf-Mail
PORTVERSION= 2.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \
p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bin/zcgetmail bin/zcmailaccount
USE_PERL5= configure
.include <bsd.port.mk>