diff options
-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> |