diff options
author | tron <tron@pkgsrc.org> | 2000-09-11 08:27:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-09-11 08:27:59 +0000 |
commit | b4221eef139a7d8a4263c8d6857fef581322e2c4 (patch) | |
tree | 09a499b529a8f6c04eb5a0ca22c0b412ef082a35 /net/coda_client | |
parent | 908557f0ecfeb6e00cca509f0ff19180136876cd (diff) | |
download | pkgsrc-b4221eef139a7d8a4263c8d6857fef581322e2c4.tar.gz |
Use "ftp.infonoc.ne.jp" and "ftp.rsu.ru" as new master sites after the
Coda 4.x sources were removed from "ftp.coda.cs.cmu.edu".
Diffstat (limited to 'net/coda_client')
-rw-r--r-- | net/coda_client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index c1351c7bbae..7f24ac70c4b 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2000/09/02 18:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2000/09/11 08:27:59 tron Exp $ # DISTNAME= coda-4.6.6 PKGNAME= coda-client-4.6.6.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ +MASTER_SITES= ftp://ftp.infonoc.ne.jp/pub/coda/src/old/ \ + ftp://ftp.rsu.ru/pub/unix/FileSystems/coda/ EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu |