diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:01:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:01:41 +0000 |
commit | e1cea1eaa9bde57ce435ca35d34f55d501d7f635 (patch) | |
tree | a88ce2620404e7ea768fb724444eadef09ae5b30 /dns/ldns | |
parent | 4e7ff926003ab4f9c96cd1ac736637212129ab6a (diff) | |
download | freebsd-ports-e1cea1eaa9bde57ce435ca35d34f55d501d7f635.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 63ba506e02ac..2cf94b651e14 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.6.17 PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= jaap@NLnetLabs.nl COMMENT= Library for programs conforming to DNS RFCs and drafts |