diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-12-24 15:15:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-12-24 15:15:32 +0000 |
commit | f7a8ab672df8f75f9a2eeed9a5ce1d91cf133101 (patch) | |
tree | be7daa11ce33c1ab03badc1a81eb2cf08d84a11e /security/py-pycryptopp | |
parent | bb8bfa965adc928708ece12da723662a56ad9415 (diff) |
Notes
Diffstat (limited to 'security/py-pycryptopp')
-rw-r--r-- | security/py-pycryptopp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/py-pycryptopp/Makefile b/security/py-pycryptopp/Makefile index c57ceb724b03..595237d52d38 100644 --- a/security/py-pycryptopp/Makefile +++ b/security/py-pycryptopp/Makefile @@ -7,6 +7,7 @@ PORTNAME= pycryptopp PORTVERSION= 0.5.17 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,6 +24,9 @@ USE_PYDISTUTILS=easy_install PYEASYINSTALL_ARCHDEP= yes post-extract: - @${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' ${WRKSRC}/cryptopp/rijndael.cpp + @${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' \ + ${WRKSRC}/cryptopp/rijndael.cpp \ + ${WRKSRC}/cryptopp/config.h \ + ${WRKSRC}/cryptopp/secblock.h .include <bsd.port.mk> |