- Fix shebangs

This commit is contained in:
Martin Wilke 2017-04-18 03:25:11 +00:00
parent 2e7b48f602
commit f2ef8e20da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438759

View file

@ -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