diff options
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 |