aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-23 09:19:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-23 09:19:57 +0800
commitbd110a70d9dbc1930cb9b442df9ecf5eb0acc49a (patch)
tree4e187ea06310e270fd2d26104206fe96cb81a411
parentd045a55aa9a5a3e73cc88fd077fb02199ad9d17e (diff)
downloadfreebsd-ports-gnome-bd110a70d9dbc1930cb9b442df9ecf5eb0acc49a.tar.gz
freebsd-ports-gnome-bd110a70d9dbc1930cb9b442df9ecf5eb0acc49a.tar.zst
freebsd-ports-gnome-bd110a70d9dbc1930cb9b442df9ecf5eb0acc49a.zip
- Drop @dirrm* from plist
- Strip library
-rw-r--r--security/py-twofish/Makefile1
-rw-r--r--security/py-twofish/pkg-plist1
2 files changed, 1 insertions, 1 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile
index a7e4851b90ea..3baf2fa23e75 100644
--- a/security/py-twofish/Makefile
+++ b/security/py-twofish/Makefile
@@ -21,6 +21,7 @@ OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
${INSTALL_DATA} ${WRKSRC}/_twofish.so ${STAGEDIR}${PYTHON_SITELIBDIR}
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_twofish.so
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${PYTHON_SITELIBDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
diff --git a/security/py-twofish/pkg-plist b/security/py-twofish/pkg-plist
index ad180de22c65..c0ef29fda2b2 100644
--- a/security/py-twofish/pkg-plist
+++ b/security/py-twofish/pkg-plist
@@ -5,4 +5,3 @@
%%PYTHON_SITELIBDIR%%/decryptfile.py
%%PYTHON_SITELIBDIR%%/twofish.py
%%PORTDOCS%%share/doc/twofish/README
-%%PORTDOCS%%@dirrm share/doc/twofish