diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-23 20:39:23 +0000 |
commit | 3429beb3d69bf05cc09137cac5b420f8e26b86db (patch) | |
tree | 4affc92982e244cfbe7e05e3bdd22240b4c28520 /security/cfv | |
parent | ec8028156e7ada0e0867358c46bf5af20c16fec3 (diff) | |
download | ports-3429beb3d69bf05cc09137cac5b420f8e26b86db.tar.gz ports-3429beb3d69bf05cc09137cac5b420f8e26b86db.zip |
Notes
Diffstat (limited to 'security/cfv')
-rw-r--r-- | security/cfv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cfv/Makefile b/security/cfv/Makefile index b66e198e3095..b54863c033f7 100644 --- a/security/cfv/Makefile +++ b/security/cfv/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${PYTHON_SITELIBDIR}/fchksum.so:${PORTSDIR}/security/py-fchksum +USE_REINPLACE= yes USE_PYTHON= yes ALL_TARGET= cfv.wrapper INSTALL_TARGET= install-wrapper @@ -23,6 +24,6 @@ INSTALL_TARGET= install-wrapper MAN1= cfv.1 post-patch: - @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile .include <bsd.port.mk> |