Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/py-pycryptopp/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 20 Oct 2009 06:29:09 -0000 1.7 +++ Makefile 24 Dec 2009 13:11:08 -0000 @@ -23,6 +23,9 @@ PYEASYINSTALL_ARCHDEP= yes post-extract: - @${REINPLACE_CMD} -e 's###g' ${WRKSRC}/cryptopp/rijndael.cpp + @${REINPLACE_CMD} -e 's###g' \ + ${WRKSRC}/cryptopp/rijndael.cpp \ + ${WRKSRC}/cryptopp/config.h \ + ${WRKSRC}/cryptopp/secblock.h .include