diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-22 11:29:27 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-22 11:29:27 +0000 |
commit | b0f7c8ddd091f588c92a120c7adda296efa39680 (patch) | |
tree | 6a5f7c92dbc0bdcdfe51ef6052de5ce4244c3459 /net/rwhoisd | |
parent | ffe4a6a753ac0a37d6ab34fb1fb9c34396bb5dee (diff) | |
download | FreeBSD-ports-b0f7c8ddd091f588c92a120c7adda296efa39680.zip FreeBSD-ports-b0f7c8ddd091f588c92a120c7adda296efa39680.tar.gz |
fix MASTER_SITES
Diffstat (limited to 'net/rwhoisd')
-rw-r--r-- | net/rwhoisd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 5f326ce..6e238dc 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 |