aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-12-22 01:21:14 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:12:11 +0800
commit036597f24d4e2c4fbda69ac62aab2ac5b51b1f08 (patch)
treead13e372fd254e71d672372591509ccca5887d1e /lang
parentfc46ce35730902cff3325861105a31383e528c5b (diff)
downloadfreebsd-ports-gnome-036597f24d4e2c4fbda69ac62aab2ac5b51b1f08.tar.gz
freebsd-ports-gnome-036597f24d4e2c4fbda69ac62aab2ac5b51b1f08.tar.zst
freebsd-ports-gnome-036597f24d4e2c4fbda69ac62aab2ac5b51b1f08.zip
- Fix more shebangs
Approved by: portmgr blanket
Diffstat (limited to 'lang')
-rw-r--r--lang/python36/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 1c027daceafe..95075ad1382c 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -19,7 +19,7 @@ PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R}
-SHEBANG_FILES= Lib/lib2to3/tests/data/*.py Lib/encodings/*.py
+SHEBANG_FILES= Lib/*.py Lib/*/*.py Lib/*/*/*.py Lib/*/*/*/*.py
BROKEN_SSL= openssl-devel