diff options
author | garbled <garbled> | 2001-07-18 00:55:48 +0000 |
---|---|---|
committer | garbled <garbled> | 2001-07-18 00:55:48 +0000 |
commit | d8143fcb8c685f48fdf100bb9b73d62b693841e5 (patch) | |
tree | 2fa1656ff0074e45c2f95a8a50861855c15e7b4a /benchmarks | |
parent | fa86624fc95f58a1976d2d31ec907b26dce76aa3 (diff) | |
download | pkgsrc-d8143fcb8c685f48fdf100bb9b73d62b693841e5.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')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 5 |
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" + |