aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/tmetric
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/tmetric')
-rw-r--r--benchmarks/tmetric/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/tmetric/Makefile b/benchmarks/tmetric/Makefile
index 1f3fb3ae0bef..217789fe3184 100644
--- a/benchmarks/tmetric/Makefile
+++ b/benchmarks/tmetric/Makefile
@@ -16,10 +16,11 @@ MAINTAINER= mbac@nyct.net
HAS_CONFIGURE= yes
ALL_TARGET= ${PORTNAME}
USE_BZIP2= yes
+USE_REINPLACE= yes
MAN8= tmetric.8
post-patch:
- @${PERL5} -pi -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
+ @${REINPLACE_CMD} -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
.include <bsd.port.mk>