diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-16 20:55:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-16 20:55:41 +0000 |
commit | 72596f13a620f5ce91e0bc01a891d21883782429 (patch) | |
tree | 65de28170991ced85503477b2dfb8223f0b31578 /security/py-m2crypto | |
parent | a67675b32380d0437d64040b98bb9671e618d0a3 (diff) | |
download | ports-72596f13a620f5ce91e0bc01a891d21883782429.tar.gz ports-72596f13a620f5ce91e0bc01a891d21883782429.zip |
Notes
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r-- | security/py-m2crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 7f6089eaca82..9cc01c1b68f7 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -21,7 +21,7 @@ USE_PYTHON= autoplist concurrent distutils USES= python ssl post-patch: - @${REINPLACE_CMD} -e "s|swig\(', '-version\)|swig3.0\1|" ${WRKSRC}/${PYSETUP} + @${REINPLACE_CMD} -e "s|swig\(', '-version\)|swig3.0\1|" ${WRKSRC}/setup.py post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/_m2crypto.so |