pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/bonnie++ Install the readme.html file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55a52ea74c0f
branches:  trunk
changeset: 509509:55a52ea74c0f
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Mar 11 03:19:02 2006 +0000

description:
Install the readme.html file.
Bump PKGREVISION.

Remove the INSTALLATION_DIRS that was there because
1.03a precreates all these anyways.

todo: patch bonnie++.8 to point to correct path to readme.html

diffstat:

 benchmarks/bonnie++/Makefile |  10 +++++++---
 benchmarks/bonnie++/PLIST    |   3 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r effd9dfd3510 -r 55a52ea74c0f benchmarks/bonnie++/Makefile
--- a/benchmarks/bonnie++/Makefile      Sat Mar 11 03:15:07 2006 +0000
+++ b/benchmarks/bonnie++/Makefile      Sat Mar 11 03:19:02 2006 +0000
@@ -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 @@
 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 -r effd9dfd3510 -r 55a52ea74c0f benchmarks/bonnie++/PLIST
--- a/benchmarks/bonnie++/PLIST Sat Mar 11 03:15:07 2006 +0000
+++ b/benchmarks/bonnie++/PLIST Sat Mar 11 03:19:02 2006 +0000
@@ -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/zcav.8
 sbin/bonnie++
 sbin/zcav
+share/doc/bonnie++/readme.html



Home | Main Index | Thread Index | Old Index