diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-21 06:09:45 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-21 06:09:45 +0800 |
commit | 2b202f68ea48fef1cd01fcf25ee5edf44b60c674 (patch) | |
tree | 98d135099ac46dbcdb73ac0d66918ff0ed19dcf7 /security | |
parent | 28a0cf24968b24cdf133ee66e64a856f4d8eed2f (diff) | |
download | freebsd-ports-gnome-2b202f68ea48fef1cd01fcf25ee5edf44b60c674.tar.gz freebsd-ports-gnome-2b202f68ea48fef1cd01fcf25ee5edf44b60c674.tar.zst freebsd-ports-gnome-2b202f68ea48fef1cd01fcf25ee5edf44b60c674.zip |
- Cleanup Makefile
Diffstat (limited to 'security')
-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> |