summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2001-07-18 00:55:48 +0000
committergarbled <garbled@pkgsrc.org>2001-07-18 00:55:48 +0000
commitd7b725c3119a97654f1454ef7ca464f599505060 (patch)
tree2fa1656ff0074e45c2f95a8a50861855c15e7b4a /benchmarks/bonnie++
parent6d1d073dedba740c45aea88ea5e914afc0f81bce (diff)
downloadpkgsrc-d7b725c3119a97654f1454ef7ca464f599505060.tar.gz
Add a dependency on perl, and fix the two installed perl scripts. Noted by
Martin Weber in private email.
Diffstat (limited to 'benchmarks/bonnie++')
-rw-r--r--benchmarks/bonnie++/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index 4a54c3239fb..5ee717f1fe3 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/16 23:20:43 garbled Exp $
+# $NetBSD: Makefile,v 1.2 2001/07/18 00:55:48 garbled Exp $
#
DISTNAME= bonnie++-1.01
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.coker.com.au/bonnie++/
COMMENT= Enhanced performance Test of Filesystem I/O
GNU_CONFIGURE= yes
+USE_PERL5= yes
+REPLACE_PERL= bon_csv2txt.in bon_csv2html.in
benchmark:
@(cd ${WRKSRC}; ./bonnie++ -u 0:0 | tee bonnie.out)
@@ -20,3 +22,4 @@ results:
-@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie++.`uname`-`uname -m`-`uname -r`.`hostname`
.include "../../mk/bsd.pkg.mk"
+