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 | |
parent | Allow slave ports to override MAINTAINER. This fixes the MAINTAINER (diff) |
use MASTER_SITE_LOCAL as MASTER_SITE.
ftp://ftp.his.com/pub/brad/dns/ was no longer anonymous ftp server.
Notes
Notes:
svn path=/head/; revision=35260
-rw-r--r-- | dns/doc/Makefile | 3 | ||||
-rw-r--r-- | net/doc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile index 8c459a695c35..96ac01a0a6b1 100644 --- a/dns/doc/Makefile +++ b/dns/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 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 |