diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2008-06-25 19:42:09 +0800 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2008-06-25 19:42:09 +0800 |
commit | 4d66e191569437da92ec51efa4ae275961c9edde (patch) | |
tree | fd0d5682a024e90eb18f8f43afa7220baba026ca /dns | |
parent | 76e682a03bf630641448d8d9e5f2d0c5e7aaf23d (diff) | |
download | freebsd-ports-gnome-4d66e191569437da92ec51efa4ae275961c9edde.tar.gz freebsd-ports-gnome-4d66e191569437da92ec51efa4ae275961c9edde.tar.zst freebsd-ports-gnome-4d66e191569437da92ec51efa4ae275961c9edde.zip |
add MASTER_SITE and MASTER_SITE_SUBDIR
(original site was too busy)
Submitted by: pav at FreeBSD.org
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 |