diff options
author | tron <tron> | 2000-09-11 08:27:59 +0000 |
---|---|---|
committer | tron <tron> | 2000-09-11 08:27:59 +0000 |
commit | 739390cbd80c1a1569f185abad04fbbd8f9cd57a (patch) | |
tree | 09a499b529a8f6c04eb5a0ca22c0b412ef082a35 /net/coda_client/Makefile | |
parent | 1efc23599ff3b9f7cbb80ab035df17aab34c39ec (diff) | |
download | pkgsrc-739390cbd80c1a1569f185abad04fbbd8f9cd57a.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/Makefile')
-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 |