diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-04 04:45:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-04 04:45:47 +0800 |
commit | 845d2f3cecf3350bde349693518d7ac7c734dec6 (patch) | |
tree | 05fbf2054ef8d0a475713b9b2ab2a972048af51f /sysutils | |
parent | 687e955de6fe3e40f3d14ff511863430c90551e0 (diff) | |
download | freebsd-ports-gnome-845d2f3cecf3350bde349693518d7ac7c734dec6.tar.gz freebsd-ports-gnome-845d2f3cecf3350bde349693518d7ac7c734dec6.tar.zst freebsd-ports-gnome-845d2f3cecf3350bde349693518d7ac7c734dec6.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-ZConf-Cron/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/p5-ZConf-Cron/Makefile b/sysutils/p5-ZConf-Cron/Makefile index 6822a8b093f5..e11c27c5364e 100644 --- a/sysutils/p5-ZConf-Cron/Makefile +++ b/sysutils/p5-ZConf-Cron/Makefile @@ -3,7 +3,7 @@ PORTNAME= ZConf-Cron PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -23,7 +23,8 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/gzccrontab bin/zccrontab bin/zccron USE_PERL5= configure .include <bsd.port.mk> |