diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2008-06-25 11:42:09 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2008-06-25 11:42:09 +0000 |
commit | 4d66e191569437da92ec51efa4ae275961c9edde (patch) | |
tree | fd0d5682a024e90eb18f8f43afa7220baba026ca /dns | |
parent | 76e682a03bf630641448d8d9e5f2d0c5e7aaf23d (diff) | |
download | ports-4d66e191569437da92ec51efa4ae275961c9edde.tar.gz ports-4d66e191569437da92ec51efa4ae275961c9edde.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile index 6e40f6d7541e..d2840fbb63aa 100644 --- a/dns/doc/Makefile +++ b/dns/doc/Makefile @@ -8,7 +8,9 @@ PORTNAME= doc PORTVERSION= 2.2.3 CATEGORIES= dns -MASTER_SITES= ftp://ftp.shub-internet.org/pub/shub/brad/dns/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.shub-internet.org/pub/shub/brad/dns/ +MASTER_SITE_SUBDIR= sanpei MAINTAINER= sanpei@FreeBSD.org COMMENT= Diagnose unhealthy DNS domains |