mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
3e7a1a5f9e
commit
ade25eefae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394703
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= leveldb
|
||||
PORTVERSION= 0.1.20130428
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= LOCAL/sunpoet
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -25,4 +25,7 @@ post-patch:
|
|||
-e "s|^\(extra_link_args = \).*$$|\1\['-L${LOCALBASE}/lib', '-lleveldb'\]|" \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/leveldb.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue