mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix more shebangs
Approved by: portmgr blanket
This commit is contained in:
parent
b3a0c87fda
commit
bccb801463
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456938
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue