summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpettai <pettai>2014-02-03 15:32:14 +0000
committerpettai <pettai>2014-02-03 15:32:14 +0000
commit2a11d9e52903d429d3a65073acad6a3135dc53b9 (patch)
treee078597d92a81235749947aadc94d7022266757f
parent3d6a6d34c6c1db901b78cc8028377c7d23136f35 (diff)
downloadpkgsrc-2a11d9e52903d429d3a65073acad6a3135dc53b9.tar.gz
Add comment on how to fetch the distfile, if "make fetch" fails
-rw-r--r--net/knot/Makefile7
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