diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-18 05:23:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-18 05:23:26 +0000 |
commit | b1582f33c25dac96afae0df2ec5810d058f2e08a (patch) | |
tree | 9092e6cd3fe5d73ec0573d1d8ec22fabe8721167 | |
parent | 92abeeaabefefb2924b7246795d12d833c5feec2 (diff) | |
download | pkgsrc-b1582f33c25dac96afae0df2ec5810d058f2e08a.tar.gz |
benchmarks/bonnie++: clean up REPLACE_PERL
bon_csv2html has been rewritten in C++.
-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 85cf9d27b88..771a6b5990f 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2020/02/09 20:02:45 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2020/05/18 05:23:26 rillig Exp $ # DISTNAME= bonnie++-1.97.3 @@ -14,7 +14,7 @@ COMMENT= Enhanced performance Test of Filesystem I/O USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run tee -REPLACE_PERL+= bon_csv2txt.in bon_csv2html.in +REPLACE_PERL+= bon_csv2txt.in INSTALLATION_DIRS= bin share/doc/bonnie++ ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 |