diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-21 12:23:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-21 12:23:52 +0000 |
commit | 806a97cf298bace4976f9eeb266553d818355311 (patch) | |
tree | 6b94c173f3063fbf86964503502ab2c4798608fe /net/knot/Makefile | |
parent | 186b84c11849ce1f80598711b83df6ebde0df66c (diff) | |
download | pkgsrc-806a97cf298bace4976f9eeb266553d818355311.tar.gz |
Fix MASTER_SITES. Addresses PR 48673.
Diffstat (limited to 'net/knot/Makefile')
-rw-r--r-- | net/knot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index b4eff35a984..43bef842a59 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2014/03/09 19:00:13 pettai Exp $ +# $NetBSD: Makefile,v 1.16 2014/03/21 12:23:52 wiz Exp $ DISTNAME= knot-1.4.3 CATEGORIES= net -MASTER_SITES= -https://secure.nic.cz/files/knot-dns/ +MASTER_SITES= https://secure.nic.cz/files/knot-dns/ MAINTAINER= pettai@NetBSD.org HOMEPAGE= http://www.knot-dns.cz/ |