diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-22 05:49:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-22 05:49:18 +0000 |
commit | 5a7a141eda9ee9e2f19cdbd5b61754825d54fa52 (patch) | |
tree | 85e88ef9789aaa83163b4e8c9a90600761b55b0c /benchmarks | |
parent | 152bf63cd8e49a792b4437390268f3c44d32c4a4 (diff) | |
download | pkgsrc-5a7a141eda9ee9e2f19cdbd5b61754825d54fa52.tar.gz |
benchmarks/dnsperf: remove nonexistent file from REPLACE_SH
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dnsperf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/dnsperf/Makefile b/benchmarks/dnsperf/Makefile index ba7ee48ad3f..11bfdf6caf6 100644 --- a/benchmarks/dnsperf/Makefile +++ b/benchmarks/dnsperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/05/19 12:09:07 nia Exp $ +# $NetBSD: Makefile,v 1.14 2020/05/22 05:49:18 rillig Exp $ DISTNAME= dnsperf-2.3.2 PKGREVISION= 2 @@ -17,8 +17,6 @@ USE_TOOLS+= sh:run pkg-config # The built-in check only considers "libbind". USE_BUILTIN.bind= no -REPLACE_SH+= resperf-report - .include "../../archivers/xz/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |