diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnshistory/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnshistory/Makefile b/dns/dnshistory/Makefile index e3230f20fa02..696c67b17a91 100644 --- a/dns/dnshistory/Makefile +++ b/dns/dnshistory/Makefile @@ -5,9 +5,10 @@ PORTNAME= dnshistory PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= LOCAL/adamw +MASTER_SITES= http://www.stedee.id.au/files/ \ + http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Store DNS lookups to a DB LICENSE= GPLv2 |