pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/bonnie++ Append to USE_TOOLS instead of ove...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f42ddf088e46
branches:  trunk
changeset: 494346:f42ddf088e46
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 23 08:51:46 2005 +0000

description:
Append to USE_TOOLS instead of overwriting.

diffstat:

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

diffs (18 lines):

diff -r 1d6310c61a14 -r f42ddf088e46 benchmarks/bonnie++/Makefile
--- a/benchmarks/bonnie++/Makefile      Mon May 23 08:50:36 2005 +0000
+++ b/benchmarks/bonnie++/Makefile      Mon May 23 08:51:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:40 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/05/23 08:51:46 rillig Exp $
 #
 
 DISTNAME=       bonnie++-1.03a
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
-USE_TOOLS=             gmake
+USE_TOOLS+=            gmake
 REPLACE_PERL=          bon_csv2txt.in bon_csv2html.in
 
 INSTALLATION_DIRS=     bin man/man1 man/man8 sbin



Home | Main Index | Thread Index | Old Index