aboutsummaryrefslogtreecommitdiff
path: root/devel/cscout
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-10 22:20:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-10 22:20:15 +0000
commitb02decb2adc1ca88885c0bec3416650b86a1547d (patch)
tree38d8a4eb28c90311c0ad1bcac063f2f810e3ddee /devel/cscout
parent0a3a15d303dad15c7d0f03a73750f435c750d35d (diff)
downloadports-b02decb2adc1ca88885c0bec3416650b86a1547d.tar.gz
ports-b02decb2adc1ca88885c0bec3416650b86a1547d.zip
Fix shebangs
Notes
Notes: svn path=/head/; revision=372426
Diffstat (limited to 'devel/cscout')
-rw-r--r--devel/cscout/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cscout/Makefile b/devel/cscout/Makefile
index bedb889926f7..129009eba8fd 100644
--- a/devel/cscout/Makefile
+++ b/devel/cscout/Makefile
@@ -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}-${PORTVERSION}
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