diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-07-21 00:04:13 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-07-21 00:04:13 +0000 |
commit | 820ae6c439fdc7e16d4d8ea4542d408c0522c6f1 (patch) | |
tree | d2a758dc3c467abf19d94f8d574d0bbc1dd1edd0 /net/archie | |
parent | One of the MASTER_SITES didn't really have the distfile. (diff) |
Point MASTER_SITES to a server that actually exists; nic.sura.net was
presumably decommissioned when BBN Planet bought SURANet.
Notes
Notes:
svn path=/head/; revision=7386
Diffstat (limited to 'net/archie')
-rw-r--r-- | net/archie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/archie/Makefile b/net/archie/Makefile index 5b0a6c991d96..6abb57cef154 100644 --- a/net/archie/Makefile +++ b/net/archie/Makefile @@ -3,13 +3,13 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/11/27 04:04:36 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/18 11:34:17 asami Exp $ # DISTNAME= c-archie-1.4.1-FIXED PKGNAME= archie-1.4.1 CATEGORIES= net -MASTER_SITES= ftp://nic.sura.net/pub/archie/clients/ +MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/ EXTRACT_SUFX= .tar.Z MAINTAINER= torstenb@FreeBSD.ORG |