From 9dde58365eee2bb777346f5f0f1fb64f1bcdec7a Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 22 Apr 2015 22:56:16 +0000 Subject: - Fix shebangs MFH: 2015Q2 Approved by: portmgr blanket --- astro/p5-ZConf-Weather/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'astro/p5-ZConf-Weather') diff --git a/astro/p5-ZConf-Weather/Makefile b/astro/p5-ZConf-Weather/Makefile index 12d1bb2d742d..059a8a5d8efb 100644 --- a/astro/p5-ZConf-Weather/Makefile +++ b/astro/p5-ZConf-Weather/Makefile @@ -3,7 +3,7 @@ PORTNAME= ZConf-Weather PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-ZConf>=6.1.0:${PORTSDIR}/net/p5-ZConf \ p5-Weather-Underground>=3.03:${PORTSDIR}/astro/p5-Weather-Underground RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/zcweather USE_PERL5= configure .include -- cgit