Fix shebang
- Bump PORTREVISION for package change PR: 217332 Submitted by: lifanov
This commit is contained in:
parent
df7678411f
commit
f08d6dfb04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434769
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= brotli
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,10 +16,12 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= compiler:c++0x python zip
|
||||
USES= compiler:c++0x python shebangfix zip
|
||||
|
||||
PLIST_FILES= bin/brotli
|
||||
|
||||
SHEBANG_FILES= python/bro.py
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so
|
||||
|
|
Loading…
Reference in a new issue