diff options
author | rvb <rvb@FreeBSD.org> | 1999-07-22 19:54:34 +0800 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1999-07-22 19:54:34 +0800 |
commit | a558fb087c1b2088f1dbc5d8ceea5ad648f234d7 (patch) | |
tree | 2d9d854fa940a559698fac1dafe7e25ab3dd0aaf /net/coda_client | |
parent | ef5aa244166376c9b064cc5a8afeb204a9e41b36 (diff) | |
download | freebsd-ports-gnome-a558fb087c1b2088f1dbc5d8ceea5ad648f234d7.tar.gz freebsd-ports-gnome-a558fb087c1b2088f1dbc5d8ceea5ad648f234d7.tar.zst freebsd-ports-gnome-a558fb087c1b2088f1dbc5d8ceea5ad648f234d7.zip |
Distfile coda-4.6.6.tgz is no longer stored at CMU.
Fetch it from freebsd repository.
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 58c3563190d8..b9e54520c87d 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -3,13 +3,14 @@ # Date created: 19 June 1998 # Whom: hmpierce <hmpierce@cs.cmu.edu> # -# $Id: Makefile,v 1.1.1.1 1998/10/05 19:23:42 rvb Exp $ +# $Id: Makefile,v 1.2 1998/10/09 20:47:10 rvb 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.coda.cs.cmu.edu/pub/coda/src/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tgz MAINTAINER= rvb@cs.cmu.edu |