aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-04-14 03:46:06 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-04-14 03:46:06 +0800
commitf7a69120be16f4b38caa72095c5234542a49c5fa (patch)
treefea72bdfb8f425609e57e9ff4a4492985134bdf7 /devel
parent2b51c2fb110c598e6155920342a03be4f8a41d89 (diff)
downloadfreebsd-ports-gnome-f7a69120be16f4b38caa72095c5234542a49c5fa.tar.gz
freebsd-ports-gnome-f7a69120be16f4b38caa72095c5234542a49c5fa.tar.zst
freebsd-ports-gnome-f7a69120be16f4b38caa72095c5234542a49c5fa.zip
- Fix shebangs in all scripts
Diffstat (limited to 'devel')
-rw-r--r--devel/scons/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
index dc5e2d26d9ca..401b4e65a898 100644
--- a/devel/scons/Makefile
+++ b/devel/scons/Makefile
@@ -3,6 +3,7 @@
PORTNAME= scons
PORTVERSION= 2.5.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= SF
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= gm4:devel/m4
USES= python:2 shebangfix
-SHEBANG_FILES= script/scons
+SHEBANG_FILES= script/scons*
USE_PYTHON= distutils autoplist
NO_ARCH= yes