diff options
author | Robert V. Baron <rvb@FreeBSD.org> | 1999-07-22 11:54:34 +0000 |
---|---|---|
committer | Robert V. Baron <rvb@FreeBSD.org> | 1999-07-22 11:54:34 +0000 |
commit | 8602d898ba30c99c66f868dc6ff7b2d952e264cc (patch) | |
tree | cf4cbaa63658b52fb9f658e558ef54e63e548314 /net/coda_client | |
parent | c1486a69f55de5785db957240d10084895b5e6ac (diff) |
Notes
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 |