diff options
-rw-r--r-- | benchmarks/bonnie++/Makefile | 10 | ||||
-rw-r--r-- | benchmarks/bonnie++/PLIST | 3 |
2 files changed, 9 insertions, 4 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 892711ae709..ca0a3e77e65 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2006/02/11 11:20:22 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2006/03/11 03:19:02 reed Exp $ # DISTNAME= bonnie++-1.03a -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/ EXTRACT_SUFX= .tgz @@ -18,7 +18,11 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run tee REPLACE_PERL+= bon_csv2txt.in bon_csv2html.in -INSTALLATION_DIRS= bin man/man1 man/man8 sbin +INSTALLATION_DIRS= share/doc/bonnie++ + +# todo: patch bonnie++.8 to point to correct path to readme.html +post-install: + ${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/bonnie++/ .PHONY: benchmark benchmark: build diff --git a/benchmarks/bonnie++/PLIST b/benchmarks/bonnie++/PLIST index ceb964dd62b..560baa097da 100644 --- a/benchmarks/bonnie++/PLIST +++ b/benchmarks/bonnie++/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/17 08:16:46 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/11 03:19:02 reed Exp $ bin/bon_csv2html bin/bon_csv2txt man/man1/bon_csv2html.1 @@ -7,3 +7,4 @@ man/man8/bonnie++.8 man/man8/zcav.8 sbin/bonnie++ sbin/zcav +share/doc/bonnie++/readme.html |