diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-29 16:39:44 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-29 16:39:44 +0000 |
commit | 8daabefad0631a8754e25afa977b6c1edb7f1cfa (patch) | |
tree | d14d5d786b4358acbebd0178428d6d119a5be25d /net/djbdns | |
parent | Fix the MASTER_SITE to the canonical locations. (diff) |
Add the ftp version of the MASTER_SITE
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 23a2970111a6..79a8a4f6275f 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -8,7 +8,8 @@ PORTNAME= dnscache PORTVERSION= 1.00 CATEGORIES= net -MASTER_SITES= http://cr.yp.to/dnscache/ +MASTER_SITES= http://cr.yp.to/dnscache/ \ + ftp://cr.yp.to/dnscache/ MAINTAINER= nbm@FreeBSD.org |