diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-08-01 11:46:53 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-08-01 11:46:53 +0000 |
commit | 42c0020b7f13b8d883f504c108ffe585cf300630 (patch) | |
tree | b46d685b1718693ffc645d2bcc3a985a4a7f70dc /dns/maradns | |
parent | b64206b6bb3b29a6b1f82d20045ee40c6fbe1221 (diff) |
Update MASTER_SITES, remove OPTIONS_DEFAULT, IPv6 is already default on.
PR: 192288
Submitted by: takefu
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=363696
Diffstat (limited to 'dns/maradns')
-rw-r--r-- | dns/maradns/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index e79c78943c1a..45319eedec5c 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -4,7 +4,7 @@ PORTNAME= maradns PORTVERSION= 2.0.09 CATEGORIES= dns -MASTER_SITES= http://www.maradns.org/download/2.0/${PORTVERSION}/\ +MASTER_SITES= http://maradns.samiam.org/download/2.0/${PORTVERSION}/\ SF/${PORTNAME}/MaraDNS/${PORTVERSION}/ MAINTAINER= mat@FreeBSD.org @@ -27,8 +27,6 @@ GROUPS= bind INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX} OPTIONS_DEFINE= IPV6 DOCS EXAMPLES -OPTIONS_DEFAULT= IPV6 -IPV6_DESC= With support for IPv6 IPV6_CONFIGURE_ON= --ipv6 |