diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-22 01:21:14 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:12:11 +0800 |
commit | 036597f24d4e2c4fbda69ac62aab2ac5b51b1f08 (patch) | |
tree | ad13e372fd254e71d672372591509ccca5887d1e /lang | |
parent | fc46ce35730902cff3325861105a31383e528c5b (diff) | |
download | freebsd-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/Makefile | 2 |
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 |