mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
7d2acda46d
commit
7582aec432
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432925
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= MarkupSafe
|
||||
PORTVERSION= 0.23
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -15,4 +16,7 @@ LICENSE= BSD3CLAUSE
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USES= python
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/markupsafe/_speedups.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user