aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-12 10:11:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-12 10:11:28 +0800
commit92525cd8715f441e6bda00d4244e2faa56c218d3 (patch)
tree71a9b6f015328214d6f4dc8d3a9d0672b3dc7173 /security
parentfecba24fdcd8e38368abaf02fc26ca5ac7a8cb53 (diff)
downloadfreebsd-ports-gnome-92525cd8715f441e6bda00d4244e2faa56c218d3.tar.gz
freebsd-ports-gnome-92525cd8715f441e6bda00d4244e2faa56c218d3.tar.zst
freebsd-ports-gnome-92525cd8715f441e6bda00d4244e2faa56c218d3.zip
- Strip libraries
Diffstat (limited to 'security')
-rw-r--r--security/py-cryptkit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile
index c3f57c2e888d..8b82df92df7e 100644
--- a/security/py-cryptkit/Makefile
+++ b/security/py-cryptkit/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cryptkit
PORTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= SF/${PORTNAME}/_${PORTNAME}/Complete%20Kit
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,4 +14,7 @@ COMMENT= Cryptographic Toolkit for Python
USES= python
USE_PYTHON= distutils autoplist
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so
+
.include <bsd.port.mk>