aboutsummaryrefslogtreecommitdiff
path: root/security/cfv
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-23 20:39:23 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-23 20:39:23 +0000
commit3429beb3d69bf05cc09137cac5b420f8e26b86db (patch)
tree4affc92982e244cfbe7e05e3bdd22240b4c28520 /security/cfv
parentec8028156e7ada0e0867358c46bf5af20c16fec3 (diff)
downloadports-3429beb3d69bf05cc09137cac5b420f8e26b86db.tar.gz
ports-3429beb3d69bf05cc09137cac5b420f8e26b86db.zip
PERL -> REINPLACE_CMD
PR: ports/39729, ports/39727, ports/39726, ports/39724 PR: ports/39722, ports/39721, ports/39720, ports/39719, ports/39718 Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes: svn path=/head/; revision=61839
Diffstat (limited to 'security/cfv')
-rw-r--r--security/cfv/Makefile3
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>