diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-11-19 13:11:41 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-11-19 13:11:41 +0000 |
| commit | 17ce737d95c50a2e4f0bcb7ee3f90c643a34adac (patch) | |
| tree | 07549a9ab7339064ebf2d2ea544f14c74b27f0e7 /net/doc | |
| parent | 28a0c7a66bbec648da50956579c3771c0f6ed307 (diff) | |
use MASTER_SITE_LOCAL as MASTER_SITE.
ftp://ftp.his.com/pub/brad/dns/ was no longer anonymous ftp server.
Diffstat (limited to 'net/doc')
| -rw-r--r-- | net/doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/doc/Makefile b/net/doc/Makefile index 8c459a695c35..96ac01a0a6b1 100644 --- a/net/doc/Makefile +++ b/net/doc/Makefile @@ -8,7 +8,8 @@ PORTNAME= doc PORTVERSION= 2.1.4 CATEGORIES= net -MASTER_SITES= ftp://ftp.his.com/pub/brad/dns/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sanpei MAINTAINER= sanpei@FreeBSD.org |
