svn commit: r356948 - head/mail/mailgraph

Kurt Jaeger pi at FreeBSD.org
Sat Jun 7 20:48:46 UTC 2014


Author: pi
Date: Sat Jun  7 20:48:45 2014
New Revision: 356948
URL: http://svnweb.freebsd.org/changeset/ports/356948
QAT: https://qat.redports.org/buildarchive/r356948/

Log:
  mail/mailgraph: fixed shebang
  
  Approved by:	mentors (implicit), portmgr (blanket)

Modified:
  head/mail/mailgraph/Makefile

Modified: head/mail/mailgraph/Makefile
==============================================================================
--- head/mail/mailgraph/Makefile	Sat Jun  7 20:40:40 2014	(r356947)
+++ head/mail/mailgraph/Makefile	Sat Jun  7 20:48:45 2014	(r356948)
@@ -15,7 +15,8 @@ RUN_DEPENDS=	rrdtool>=0:${PORTSDIR}/data
 		p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	mailgraph.pl
 
 CGIDIR?=	${PREFIX}/www/cgi-bin
 DATADIR?=	/var/db/mailgraph


More information about the svn-ports-head mailing list