aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-25 12:45:10 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-25 12:45:10 +0000
commit2363c699fb63ad0513c736961eee682f8b96c0e3 (patch)
tree02f013cb0bfb30f0786841f0f243cdca14da1436 /benchmarks
parent0a2940fa8cb4f5bd8deec0bebfd805f457ff92aa (diff)
downloadports-2363c699fb63ad0513c736961eee682f8b96c0e3.tar.gz
ports-2363c699fb63ad0513c736961eee682f8b96c0e3.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/autobench/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/benchmarks/autobench/Makefile b/benchmarks/autobench/Makefile
index c6280637e77d..b8f0d5617418 100644
--- a/benchmarks/autobench/Makefile
+++ b/benchmarks/autobench/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: autobench
-# Date created: Oct 20, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= autobench
PORTVERSION= 2.1.2
@@ -32,7 +27,7 @@ MAN1= autobench.1 autobench_admin.1 autobenchd.1 bench2graph.1 \
post-patch:
.for file in autobench autobench_admin
- @${PERL} -pi -e "s|/etc/|${PREFIX}/etc/|g" ${WRKSRC}/${file}
+ @${REINPLACE_CMD} -i '' -e 's|/etc/|${PREFIX}/etc/|' ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>