svn commit: r456499 - head/security/py-m2crypto
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 16 20:55:44 UTC 2017
Author: sunpoet
Date: Sat Dec 16 20:55:41 2017
New Revision: 456499
URL: https://svnweb.freebsd.org/changeset/ports/456499
Log:
Use setup.py instead of PYSETUP
Modified:
head/security/py-m2crypto/Makefile
Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile Sat Dec 16 20:55:36 2017 (r456498)
+++ head/security/py-m2crypto/Makefile Sat Dec 16 20:55:41 2017 (r456499)
@@ -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
More information about the svn-ports-all
mailing list