summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-28 05:20:38 +0000
committerjlam <jlam@pkgsrc.org>2001-11-28 05:20:38 +0000
commit96904a00496818424126bfa589ad12b557ae6540 (patch)
tree20efaf19b226759946c0fc08696a36130f712b06 /benchmarks/bonnie++
parent65b5c46cabdb8cefdce0c7f60d49f2fa6eed9de0 (diff)
downloadpkgsrc-96904a00496818424126bfa589ad12b557ae6540.tar.gz
Buildlinkify.
Diffstat (limited to 'benchmarks/bonnie++')
-rw-r--r--benchmarks/bonnie++/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index ca0d3f5c488..9d5570e955b 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/07/18 10:31:20 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/28 05:20:38 jlam Exp $
#
DISTNAME= bonnie++-1.01
@@ -10,9 +10,9 @@ MAINTAINER= root@garbled.net
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
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+REPLACE_PERL= bon_csv2txt.in bon_csv2html.in
benchmark:
@(cd ${WRKSRC}; ./bonnie++ -u 0:0 | tee bonnie.out)
@@ -21,4 +21,5 @@ results:
@${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie++.`uname`-`uname -m`-`uname -r`.`hostname`
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"