diff options
author | pettai <pettai@pkgsrc.org> | 2014-02-03 15:32:14 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-02-03 15:32:14 +0000 |
commit | 9032b9ae26133bbd2b12e6626cf12683805e0dc5 (patch) | |
tree | e078597d92a81235749947aadc94d7022266757f /net | |
parent | 1515aa0aaaa092558e86da4ca14c79df374263c3 (diff) | |
download | pkgsrc-9032b9ae26133bbd2b12e6626cf12683805e0dc5.tar.gz |
Add comment on how to fetch the distfile, if "make fetch" fails
Diffstat (limited to 'net')
-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 |