- Fix shebang

This commit is contained in:
Martin Wilke 2017-04-17 15:58:10 +00:00
parent 90467d7223
commit d5d0f9251d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438708

View File

@ -3,6 +3,7 @@
PORTNAME= cherrypy
PORTVERSION= 5.4.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -21,8 +22,9 @@ OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= *
USES= python
USES= python shebangfix
USE_PYTHON= distutils autoplist
SHEBANG_FILES= cherrypy/cherryd
.include <bsd.port.options.mk>