svn commit: r387186 - head/mail/mailgraph
Olli Hauer
ohauer at FreeBSD.org
Sat May 23 21:48:20 UTC 2015
Author: ohauer
Date: Sat May 23 21:48:19 2015
New Revision: 387186
URL: https://svnweb.freebsd.org/changeset/ports/387186
Log:
- fix shebang
Modified:
head/mail/mailgraph/Makefile
Modified: head/mail/mailgraph/Makefile
==============================================================================
--- head/mail/mailgraph/Makefile Sat May 23 21:26:36 2015 (r387185)
+++ head/mail/mailgraph/Makefile Sat May 23 21:48:19 2015 (r387186)
@@ -3,7 +3,7 @@
PORTNAME= mailgraph
PORTVERSION= 1.14
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= mail
MASTER_SITES= http://mailgraph.schweikert.ch/pub/ \
http://mailgraph.schweikert.ch/pub/old/
@@ -16,7 +16,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/data
NO_BUILD= yes
USES= perl5 shebangfix
-SHEBANG_FILES= mailgraph.pl
+SHEBANG_FILES= mailgraph.pl mailgraph.cgi
CGIDIR?= ${PREFIX}/www/cgi-bin
DATADIR?= /var/db/mailgraph
More information about the svn-ports-all
mailing list