From 998804abfcc0b4cba2663e3929da55778dea5ca8 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 22 May 2015 10:16:36 +0000 Subject: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 --- www/webstats/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/webstats/Makefile b/www/webstats/Makefile index fe92903eefbf..63460c5bc215 100644 --- a/www/webstats/Makefile +++ b/www/webstats/Makefile @@ -3,7 +3,7 @@ PORTNAME= webstats PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.patsplanet.com/software/webstats/files/ \ http://www.caomhin.org/geek/ports/ @@ -16,7 +16,8 @@ RUN_DEPENDS= analog:${PORTSDIR}/www/analog \ ${LOCALBASE}/reportmagic/rmagic.pl:${PORTSDIR}/www/reportmagic NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= scripts/perl/webstats post-patch: @${REINPLACE_CMD} -i '' -e 's|%%PREFIX%%|${PREFIX}|' \ -- cgit