svn commit: r456938 - head/lang/python35

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 21 18:19:09 UTC 2017


Author: amdmi3
Date: Thu Dec 21 18:19:08 2017
New Revision: 456938
URL: https://svnweb.freebsd.org/changeset/ports/456938

Log:
  - Fix more shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/lang/python35/Makefile

Modified: head/lang/python35/Makefile
==============================================================================
--- head/lang/python35/Makefile	Thu Dec 21 18:17:53 2017	(r456937)
+++ head/lang/python35/Makefile	Thu Dec 21 18:19:08 2017	(r456938)
@@ -21,7 +21,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
 
 CPE_VENDOR=	python
 CPE_PRODUCT=	${CPE_VENDOR}


More information about the svn-ports-head mailing list