summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-01-11 13:50:15 +0000
committerjmmv <jmmv@pkgsrc.org>2004-01-11 13:50:15 +0000
commit4911d79e90d7c5230caeea06f8152d557124dd08 (patch)
tree64500ee3095dac3c7172ec42b2e4db321988d7a0 /benchmarks
parent76e07f3b5bae0b410f706954315ef0ff88eb7193 (diff)
downloadpkgsrc-4911d79e90d7c5230caeea06f8152d557124dd08.tar.gz
bl3ify and support pkgviews installation.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bonnie++/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index 37b566ae64f..69550a3d467 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/10/31 11:17:55 gavan Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/11 13:50:15 jmmv Exp $
#
DISTNAME= bonnie++-1.03a
@@ -10,11 +10,15 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.coker.com.au/bonnie++/
COMMENT= Enhanced performance Test of Filesystem I/O
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_GCC_SHLIB= YES
REPLACE_PERL= bon_csv2txt.in bon_csv2html.in
+INSTALLATION_DIRS= bin man/man1 man/man8 sbin
+
benchmark:
@cd ${WRKSRC}; ./bonnie++ -u ${ROOT_USER}:${ROOT_GROUP} | tee bonnie.out
@@ -22,5 +26,5 @@ results:
@${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie++.`uname`-`uname -m`-`uname -r`.`hostname`
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"