diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/webstats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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}|' \ |