diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 08:51:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 08:51:46 +0000 |
commit | 14497f5b27dd35ac09d266e6062b93c1438efa76 (patch) | |
tree | 7bd35d40f845e0c465466553add550a43ea956dd /benchmarks/bonnie++ | |
parent | e64835be857b181b42e2c2a38ba73cb650ff0b0a (diff) | |
download | pkgsrc-14497f5b27dd35ac09d266e6062b93c1438efa76.tar.gz |
Append to USE_TOOLS instead of overwriting.
Diffstat (limited to 'benchmarks/bonnie++')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index d9c2f6f39da..710fc22196c 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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 |