summaryrefslogtreecommitdiff
path: root/cad/geda
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-07 08:15:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-07 08:15:27 +0000
commit1bd18484042a9e9bd97c333e27b339460181db78 (patch)
tree83f15290ca1b6a2b18e135a41970502d9548d155 /cad/geda
parentAdd more desc. (diff)
Correct mistyped MASTER_SITE that caused fetching to never succeed.
Add a second MASTER_SITE that is probably the same machine as the 1st... but maybe a different protocol will work if the 1st site won't answer. Does anybody know of a mirror for this stuff?
Notes
Notes: svn path=/head/; revision=15166
Diffstat (limited to 'cad/geda')
-rw-r--r--cad/geda/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile
index 9d98eac759a9..a8473bff41b4 100644
--- a/cad/geda/Makefile
+++ b/cad/geda/Makefile
@@ -3,13 +3,14 @@
# Date created: 24 Nov 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/12/06 14:11:53 vanilla Exp $
#
DISTNAME= gEDA-19981117
PKGNAME= geda-19981117
CATEGORIES= cad
-MASTER_SITES= http://www.geda.seul.org
+MASTER_SITES= http://www.geda.seul.org/dist/ \
+ ftp://ftp.geda.seul.org/pub/geda/dist/
MAINTAINER= vanilla@FreeBSD.ORG