1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Strip shared library

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-15 10:46:47 +00:00
parent 93c6b9fcfd
commit 54bbbd4eb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364958

View File

@ -19,4 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include
USE_PYTHON= autoplist distutils
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cconv.so
.include <bsd.port.mk>