summaryrefslogtreecommitdiffstats
path: root/security/cfv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/cfv/Makefile')
-rw-r--r--security/cfv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cfv/Makefile b/security/cfv/Makefile
index b66e198..b54863c 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>
OpenPOWER on IntegriCloud