mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix shebangs
This commit is contained in:
parent
2e7b48f602
commit
f2ef8e20da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438759
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= mpd2
|
||||
PORTVERSION= 0.5.5
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= audio python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -18,7 +19,7 @@ GH_ACCOUNT= Mic92
|
|||
GH_PROJECT= python-${PORTNAME}
|
||||
|
||||
USES= shebangfix python
|
||||
SHEBANG_FILES= examples/helloworld.py
|
||||
SHEBANG_FILES= examples/*.py doc/*.py
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue