summaryrefslogtreecommitdiffstats
path: root/benchmarks/tmetric
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
commit690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch)
tree2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /benchmarks/tmetric
parent266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff)
downloadFreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip
FreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz
PERL -> REINPLACE
and USE_PERL5 in some places Noticed by: bento
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 1f3fb3a..217789f 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>
OpenPOWER on IntegriCloud