svn commit: r375269 - head/net/ctrace

Antoine Brodin antoine at FreeBSD.org
Mon Dec 22 21:18:33 UTC 2014


Author: antoine
Date: Mon Dec 22 21:18:32 2014
New Revision: 375269
URL: https://svnweb.freebsd.org/changeset/ports/375269
QAT: https://qat.redports.org/buildarchive/r375269/

Log:
  Shebangfix

Modified:
  head/net/ctrace/Makefile

Modified: head/net/ctrace/Makefile
==============================================================================
--- head/net/ctrace/Makefile	Mon Dec 22 21:11:46 2014	(r375268)
+++ head/net/ctrace/Makefile	Mon Dec 22 21:18:32 2014	(r375269)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ctrace
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.pratyeka.org/ctrace/download/
 
@@ -14,7 +15,8 @@ RUN_DEPENDS=	p5-Net-RawIP>=0:${PORTSDIR}
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	ctrace
 
 PLIST_FILES=	sbin/ctrace man/man1/ctrace.1.gz
 


More information about the svn-ports-head mailing list