diff options
author | billf <billf@FreeBSD.org> | 2000-01-08 05:11:07 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-01-08 05:11:07 +0800 |
commit | d811b0661de3cc7d6fccd8230bce52bf0ee6cea9 (patch) | |
tree | 849e36d8bb01bfba262915e5cf5269b850f8ea66 | |
parent | fe94c606cbb2820c1b9f0723ba8cc3e4da8009b3 (diff) | |
download | freebsd-ports-gnome-d811b0661de3cc7d6fccd8230bce52bf0ee6cea9.tar.gz freebsd-ports-gnome-d811b0661de3cc7d6fccd8230bce52bf0ee6cea9.tar.zst freebsd-ports-gnome-d811b0661de3cc7d6fccd8230bce52bf0ee6cea9.zip |
Fix distfile fennerage.
-rw-r--r-- | net/xwhois/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/xwhois/Makefile b/net/xwhois/Makefile index ae7dcbe09a7c..07a19fe051b1 100644 --- a/net/xwhois/Makefile +++ b/net/xwhois/Makefile @@ -10,9 +10,7 @@ DISTNAME= xwhois-0.4.0 CATEGORIES= net MASTER_SITES= http://c64.org/~nr/ \ http://www.goatnet.ml.org/ \ - ftp://sangis.kalix.net/pub/nr/xwhois/ \ - ftp://c64.org/pub/nr/xwhois/ \ - http://www.physics.adelaide.edu.au/~kkennawa/ + ftp://sangis.kalix.net/pub/nr/xwhois/ MAINTAINER= billf@FreeBSD.org |