aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-07 11:13:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-07 11:13:55 +0000
commit3efe331893039335306144d2e388be7cd049ee4c (patch)
treea6f6b68ecc36cf967fedef053455cf7ad493e7a6 /security
parent49e1c7e04dad2d4528c7b6e15be306eabc86456e (diff)
downloadports-3efe331893039335306144d2e388be7cd049ee4c.tar.gz
ports-3efe331893039335306144d2e388be7cd049ee4c.zip
Notes
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}