- Strip library

This commit is contained in:
Dmitry Marakasov 2015-03-14 04:03:06 +00:00
parent 37e16b3d9f
commit 31f8f016f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381243

View file

@ -3,6 +3,7 @@
PORTNAME= pcapy
PORTVERSION= 0.10.8
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://corelabs.coresecurity.com/index.php?module=Wiki&action=attachment&type=tool&page=Pcapy&file=
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -26,6 +27,7 @@ PORTDOCS= README pcapy.html
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pcapy.so
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}