diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /security/py-twofish | |
parent | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (diff) |
Notes
Diffstat (limited to 'security/py-twofish')
-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 c937af3cf983..934576c05274 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -16,6 +16,8 @@ USE_PYTHON= 2 GNU_CONFIGURE= yes CFLAGS+= -fPIC +OPTIONS_DEFINE= DOCS + do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/_twofish.so ${STAGEDIR}${PYTHON_SITELIBDIR} |