diff options
-rw-r--r-- | net/knot/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index c4d4f983bc5..5338fec998d 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.13 2014/02/02 13:51:50 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/02/03 15:32:14 pettai Exp $ DISTNAME= knot-1.4.2 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/ COMMENT= Knot (auth) DNS server LICENSE= gnu-gpl-v3 +# If you're not able to download the distfile, try using +#FETCH_USING= curl # in mk.conf or on the command-line + BUILD_DEFS+= VARBASE GNU_CONFIGURE= yes |