- Fix shebang
This commit is contained in:
parent
90467d7223
commit
d5d0f9251d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438708
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user