Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2015 21:48:19 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387186 - head/mail/mailgraph
Message-ID:  <201505232148.t4NLmJOK012218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505232148.t4NLmJOK012218>