summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-16 20:55:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-16 20:55:41 +0000
commit72596f13a620f5ce91e0bc01a891d21883782429 (patch)
tree65de28170991ced85503477b2dfb8223f0b31578
parenta67675b32380d0437d64040b98bb9671e618d0a3 (diff)
downloadfreebsd-ports-72596f13a620f5ce91e0bc01a891d21883782429.zip
Use setup.py instead of PYSETUP
-rw-r--r--security/py-m2crypto/Makefile2
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