Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2017 17:21:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456915 - head/lang/python36
Message-ID:  <201712211721.vBLHLEVs044865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 21 17:21:14 2017
New Revision: 456915
URL: https://svnweb.freebsd.org/changeset/ports/456915

Log:
  - Fix more shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/lang/python36/Makefile

Modified: head/lang/python36/Makefile
==============================================================================
--- head/lang/python36/Makefile	Thu Dec 21 16:07:07 2017	(r456914)
+++ head/lang/python36/Makefile	Thu Dec 21 17:21:14 2017	(r456915)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712211721.vBLHLEVs044865>