summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRobert V. Baron <rvb@FreeBSD.org>1999-07-22 11:54:34 +0000
committerRobert V. Baron <rvb@FreeBSD.org>1999-07-22 11:54:34 +0000
commit8602d898ba30c99c66f868dc6ff7b2d952e264cc (patch)
treecf4cbaa63658b52fb9f658e558ef54e63e548314 /net
parentChange default DTE-DCE rate to 57600. (diff)
Distfile coda-4.6.6.tgz is no longer stored at CMU.
Fetch it from freebsd repository.
Notes
Notes: svn path=/head/; revision=20311
Diffstat (limited to 'net')
-rw-r--r--net/coda_client/Makefile5
-rw-r--r--net/coda_server/Makefile5
2 files changed, 6 insertions, 4 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
diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile
index 835a6ebd0a48..81bed0795910 100644
--- a/net/coda_server/Makefile
+++ b/net/coda_server/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:43 rvb Exp $
+# $Id: Makefile,v 1.2 1998/10/09 20:47:11 rvb Exp $
#
DISTNAME= coda-4.6.6
PKGNAME= coda-server-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