diff options
author | ohauer <ohauer@FreeBSD.org> | 2015-05-24 05:48:19 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2015-05-24 05:48:19 +0800 |
commit | 4fc2565af2a30872509cdb088093113da585c094 (patch) | |
tree | b8ce96256eb21ca405e5242ab12a357b9169705c /mail | |
parent | a8d57f7ae5804ff1589650f4f743618ba4869ecd (diff) | |
download | freebsd-ports-gnome-4fc2565af2a30872509cdb088093113da585c094.tar.gz freebsd-ports-gnome-4fc2565af2a30872509cdb088093113da585c094.tar.zst freebsd-ports-gnome-4fc2565af2a30872509cdb088093113da585c094.zip |
- fix shebang
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 754a4325fd26..cbef93b29e70 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -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}/databases/rrdtool \ 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 |