diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
commit | c2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch) | |
tree | 5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/py-mx-experimental/Makefile | |
parent | 82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff) |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=61964
Diffstat (limited to 'devel/py-mx-experimental/Makefile')
-rw-r--r-- | devel/py-mx-experimental/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-mx-experimental/Makefile b/devel/py-mx-experimental/Makefile index 20d811bb53cf..ca357632d0b8 100644 --- a/devel/py-mx-experimental/Makefile +++ b/devel/py-mx-experimental/Makefile @@ -19,10 +19,11 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/include/gmp.h:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/BeeBase/BeeBase.py:${PORTSDIR}/lang/py-mx-base +USE_REINPLACE= yes USE_PYTHON= yes USE_PYDISTUTILS= yes post-patch: - @${PERL} -pi -e "s|LIBGMPH|${PREFIX}/include|" ${WRKSRC}/mxEXPERIMENTAL.py + @${REINPLACE_CMD} -e "s|LIBGMPH|${PREFIX}/include|" ${WRKSRC}/mxEXPERIMENTAL.py .include <bsd.port.mk> |