aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/py-twofish/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile
index a331620460f9..ea0d2fc45357 100644
--- a/security/py-twofish/Makefile
+++ b/security/py-twofish/Makefile
@@ -24,6 +24,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/_twofish.so ${STAGEDIR}${PYTHON_SITELIBDIR}
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_twofish.so
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${PYTHON_SITELIBDIR}
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}