diff options
author | mef <mef@pkgsrc.org> | 2014-12-15 00:49:21 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-15 00:49:21 +0000 |
commit | 7a4e230aec6dd0b1c1155ed62c9b35173bc37c5b (patch) | |
tree | d8e711fbec019f8d29a8da63ef2fa2a5d27529e3 /benchmarks | |
parent | e81e6b6699b1d3aeb69ba689710a96739a0ca956 (diff) | |
download | pkgsrc-7a4e230aec6dd0b1c1155ed62c9b35173bc37c5b.tar.gz |
Correction on PKGVERSION{,-> _NOREV} on MASTER_SITES
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dnsperf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dnsperf/Makefile b/benchmarks/dnsperf/Makefile index d043e9cefb9..2d01b279a2b 100644 --- a/benchmarks/dnsperf/Makefile +++ b/benchmarks/dnsperf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2014/02/12 23:17:35 tron Exp $ +# $NetBSD: Makefile,v 1.4 2014/12/15 00:49:21 mef Exp $ DISTNAME= dnsperf-src-2.0.0.0-1 PKGNAME= dnsperf-2.0.0.0 PKGREVISION= 1 CATEGORIES= benchmarks net -MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PKGBASE}/${PKGVERSION}/ +MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PKGBASE}/${PKGVERSION_NOREV}/ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.nominum.com/support/measurement-tools/ |