svn commit: r387001 - head/www/webstats
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 22 10:16:37 UTC 2015
Author: amdmi3
Date: Fri May 22 10:16:36 2015
New Revision: 387001
URL: https://svnweb.freebsd.org/changeset/ports/387001
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Modified:
head/www/webstats/Makefile
Modified: head/www/webstats/Makefile
==============================================================================
--- head/www/webstats/Makefile Fri May 22 10:16:29 2015 (r387000)
+++ head/www/webstats/Makefile Fri May 22 10:16:36 2015 (r387001)
@@ -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/anal
${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}|' \
More information about the svn-ports-head
mailing list