diff options
-rw-r--r-- | net/py-pcapy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-pcapy/Makefile b/net/py-pcapy/Makefile index 0047d7948f00..39532b400f23 100644 --- a/net/py-pcapy/Makefile +++ b/net/py-pcapy/Makefile @@ -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} |