Add missing SHEBANG_FILES

This commit is contained in:
Bryan Drewery 2018-03-15 18:27:09 +00:00
parent 7e9e51f1f3
commit 2486270a08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464621

View file

@ -2,6 +2,7 @@
PORTNAME= Products.TinyMCE
PORTVERSION= 1.3.19
PORTREVISION= 1
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,7 +23,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.imaging>=1.0.2:www/py-plone.app.im
${PYTHON_PKGNAMEPREFIX}zope.schema>0:devel/py-zope.schema@${FLAVOR}
NO_ARCH= yes
USES= python:2.7 zip
USES= python:2.7 shebangfix zip
USE_PYTHON= autoplist distutils
python_OLD_CMD= /opt/local/bin/python2.4
SHEBANG_FILES= Products/TinyMCE/utils/generate-po.py \
Products/TinyMCE/utils/compile-mo.py
.include <bsd.port.mk>