aboutsummaryrefslogtreecommitdiff
path: root/lang/python36
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-11 16:52:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-11 16:52:53 +0000
commit77c1dd85f10237257d15a2fe3e0f0f1e7b04464e (patch)
tree2e50657183a19c77765536cc9459839a7016931e /lang/python36
parent907a0694aa1600b9ab76cc250db57aa8b9a6bd48 (diff)
downloadports-77c1dd85f10237257d15a2fe3e0f0f1e7b04464e.tar.gz
ports-77c1dd85f10237257d15a2fe3e0f0f1e7b04464e.zip
Remove over-patched shebang fix of Lib/cgi.py
The change from /usr/local/bin/python to /usr/local/bin/python3.6 is already done by USES=shebangfix. % head -1 /usr/local/lib/python3.6/cgi.py #!/usr/local/bin/python3.63.6
Notes
Notes: svn path=/head/; revision=461515
Diffstat (limited to 'lang/python36')
-rw-r--r--lang/python36/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile
index 7b44ccc21732..fd748c16ca58 100644
--- a/lang/python36/Makefile
+++ b/lang/python36/Makefile
@@ -128,8 +128,6 @@ post-patch:
"s|lib_dirs,\ \'readline\'|[\'${LOCALBASE}/lib\',\ \'.\'],\ \'readline\'|" \
${WRKSRC}/setup.py
.endif
- ${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
- ${WRKSRC}/Lib/cgi.py
post-install:
.if ! ${PORT_OPTIONS:MDEBUG}