pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/bonnie++



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Feb  9 20:02:45 UTC 2020

Modified Files:
        pkgsrc/benchmarks/bonnie++: Makefile

Log Message:
benchmarks/bonnie++: fix reference to documentation

Fixes pkg/54830.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/benchmarks/bonnie++/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/bonnie++/Makefile
diff -u pkgsrc/benchmarks/bonnie++/Makefile:1.37 pkgsrc/benchmarks/bonnie++/Makefile:1.38
--- pkgsrc/benchmarks/bonnie++/Makefile:1.37    Sun Jan 26 17:30:46 2020
+++ pkgsrc/benchmarks/bonnie++/Makefile Sun Feb  9 20:02:45 2020
@@ -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 @@ INSTALLATION_DIRS=   bin share/doc/bonnie+
 
 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