diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-22 19:29:27 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-22 19:29:27 +0800 |
commit | b0f7c8ddd091f588c92a120c7adda296efa39680 (patch) | |
tree | 6a5f7c92dbc0bdcdfe51ef6052de5ce4244c3459 /net | |
parent | ffe4a6a753ac0a37d6ab34fb1fb9c34396bb5dee (diff) | |
download | freebsd-ports-gnome-b0f7c8ddd091f588c92a120c7adda296efa39680.tar.gz freebsd-ports-gnome-b0f7c8ddd091f588c92a120c7adda296efa39680.tar.zst freebsd-ports-gnome-b0f7c8ddd091f588c92a120c7adda296efa39680.zip |
fix MASTER_SITES
Diffstat (limited to 'net')
-rw-r--r-- | net/rwhois/Makefile | 3 | ||||
-rw-r--r-- | net/rwhoisd/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index 5f326ceaa7bf..6e238dc942a4 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -8,7 +8,8 @@ PORTNAME= rwhois PORTVERSION= 1.5.7.3 CATEGORIES= net ipv6 -MASTER_SITES= http://www.rwhois.net/ftp/ +MASTER_SITES= ftp://ftp.ayamura.org/pub/rwhois/ \ + ftp://ftp.jp.pgpi.org/pub/rwhois/ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 5f326ceaa7bf..6e238dc942a4 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -8,7 +8,8 @@ PORTNAME= rwhois PORTVERSION= 1.5.7.3 CATEGORIES= net ipv6 -MASTER_SITES= http://www.rwhois.net/ftp/ +MASTER_SITES= ftp://ftp.ayamura.org/pub/rwhois/ \ + ftp://ftp.jp.pgpi.org/pub/rwhois/ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |