diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-01-07 11:13:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-01-07 11:13:55 +0000 |
commit | 3efe331893039335306144d2e388be7cd049ee4c (patch) | |
tree | a6f6b68ecc36cf967fedef053455cf7ad493e7a6 /security | |
parent | 49e1c7e04dad2d4528c7b6e15be306eabc86456e (diff) | |
download | ports-3efe331893039335306144d2e388be7cd049ee4c.tar.gz ports-3efe331893039335306144d2e388be7cd049ee4c.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-twofish/Makefile | 2 |
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} |