diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-21 06:09:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-21 06:09:45 +0800 |
commit | 63c15c980319f37a487373d3d39aab36b448a970 (patch) | |
tree | 98d135099ac46dbcdb73ac0d66918ff0ed19dcf7 /security/py-m2crypto | |
parent | 14333b18c88ccba633df91d9602e28a363f9e850 (diff) | |
download | freebsd-ports-gnome-63c15c980319f37a487373d3d39aab36b448a970.tar.gz freebsd-ports-gnome-63c15c980319f37a487373d3d39aab36b448a970.tar.zst freebsd-ports-gnome-63c15c980319f37a487373d3d39aab36b448a970.zip |
- Cleanup Makefile
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r-- | security/py-m2crypto/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index cd320e755cf8..f87670e99d99 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -23,7 +23,6 @@ MAKE_ARGS= PYTHON_VERSION=${PYTHON_VER} post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|; /test_suite/d' ${WRKSRC}/${PYSETUP} -# @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; s|$$(PYVER)|${PYTHON_VER}|' ${WRKSRC}/SWIG/Makefile @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/SWIG/Makefile .include <bsd.port.mk> |