diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-14 04:03:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-14 04:03:06 +0000 |
commit | 31f8f016f1e53ac195e4ce3951ba492cfc822693 (patch) | |
tree | 04acefd36972739be532a2123c700ecda5c3db25 /net | |
parent | 37e16b3d9f80a2249ceeaa4142280fe08e573b03 (diff) |
Notes
Diffstat (limited to 'net')
-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} |