pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/bonnie++ benchmarks/bonnie++: fix reference...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ab809636df7
branches:  trunk
changeset: 411307:8ab809636df7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Feb 09 20:02:45 2020 +0000

description:
benchmarks/bonnie++: fix reference to documentation

Fixes pkg/54830.

diffstat:

 benchmarks/bonnie++/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 8dd318538b20 -r 8ab809636df7 benchmarks/bonnie++/Makefile
--- a/benchmarks/bonnie++/Makefile      Sun Feb 09 19:06:12 2020 +0000
+++ b/benchmarks/bonnie++/Makefile      Sun Feb 09 20:02:45 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2020/01/26 17:30:46 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2020/02/09 20:02:45 rillig Exp $
 #
 
 DISTNAME=      bonnie++-1.97.3
 CATEGORIES=    benchmarks
-PKGREVISION=   3
+PKGREVISION=   4
 MASTER_SITES=  http://www.coker.com.au/bonnie++/experimental/
 EXTRACT_SUFX=  .tgz
 
@@ -20,6 +20,11 @@
 
 CFLAGS.NetBSD+=                -D_LARGEFILE64_SOURCE=1
 
+SUBST_CLASSES+=                paths
+SUBST_STAGE.paths=     pre-configure
+SUBST_FILES.paths=     bonnie++.8
+SUBST_SED.paths=       -e 's,/usr/share/doc/,${PREFIX}/share/doc/,'
+
 # todo: patch bonnie++.8 to point to correct path to readme.html
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/readme.html ${DESTDIR}${PREFIX}/share/doc/bonnie++/



Home | Main Index | Thread Index | Old Index