svn commit: r372426 - head/devel/cscout
Antoine Brodin
antoine at FreeBSD.org
Mon Nov 10 22:20:16 UTC 2014
Author: antoine
Date: Mon Nov 10 22:20:15 2014
New Revision: 372426
URL: https://svnweb.freebsd.org/changeset/ports/372426
QAT: https://qat.redports.org/buildarchive/r372426/
Log:
Fix shebangs
Modified:
head/devel/cscout/Makefile
Modified: head/devel/cscout/Makefile
==============================================================================
--- head/devel/cscout/Makefile Mon Nov 10 22:17:45 2014 (r372425)
+++ head/devel/cscout/Makefile Mon Nov 10 22:20:15 2014 (r372426)
@@ -3,7 +3,7 @@
PORTNAME= cscout
PORTVERSION= 2.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.spinellis.gr/cscout/ \
http://www.dmst.aueb.gr/dds/cscout/
@@ -19,8 +19,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER
NO_BUILD= yes
ONLY_FOR_ARCHS= i386 amd64 sparc64
ONLY_FOR_ARCHS_REASON= The port fetches and installs precompiled binaries
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= run
+SHEBANG_FILES= bin/csmake bin/cswc
OPTIONS_DEFINE= DOCS EXAMPLES
More information about the svn-ports-head
mailing list