diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-22 11:29:27 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-22 11:29:27 +0000 |
commit | cc981f6194393a15ac5c2429c4f00dcd36911bec (patch) | |
tree | a109bb0fc301d621749dceed3878ae6f79889419 /net/rwhois | |
parent | Update to 1.8.06 (diff) |
fix MASTER_SITES
Diffstat (limited to 'net/rwhois')
-rw-r--r-- | net/rwhois/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |