summaryrefslogtreecommitdiff
path: root/benchmarks/dnsperf
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-22 15:53:05 +0000
committerrillig <rillig@pkgsrc.org>2020-05-22 15:53:05 +0000
commit005d1514d479ac8ce3e360a1defe877fc39e10e6 (patch)
tree6f3e3666b8a9aedca871896c0a0765633c55e55d /benchmarks/dnsperf
parent916afab28ee2ca7d7227a692ed9947b127aff932 (diff)
downloadpkgsrc-005d1514d479ac8ce3e360a1defe877fc39e10e6.tar.gz
benchmarks/dnsperf: re-add resperf-report to REPLACE_SH
It had been removed accidentally since it didn't appear to exist. It still exists, it just has been moved to src/.
Diffstat (limited to 'benchmarks/dnsperf')
-rw-r--r--benchmarks/dnsperf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/dnsperf/Makefile b/benchmarks/dnsperf/Makefile
index 11bfdf6caf6..46b122fdb4a 100644
--- a/benchmarks/dnsperf/Makefile
+++ b/benchmarks/dnsperf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/05/22 05:49:18 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/22 15:53:05 rillig Exp $
DISTNAME= dnsperf-2.3.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= benchmarks net
MASTER_SITES= https://www.dns-oarc.net/files/dnsperf/
@@ -17,6 +17,8 @@ USE_TOOLS+= sh:run pkg-config
# The built-in check only considers "libbind".
USE_BUILTIN.bind= no
+REPLACE_SH+= src/resperf-report
+
.include "../../archivers/xz/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"