diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-07 08:15:27 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-07 08:15:27 +0000 |
commit | 19550032cabb6cbea0b385c9a8b23e22b4c31268 (patch) | |
tree | a1207987d95b9367205309811b21493ed90d00f3 /cad/geda | |
parent | c88df02cad8531f680ad1963022b649999321879 (diff) | |
download | FreeBSD-ports-19550032cabb6cbea0b385c9a8b23e22b4c31268.zip FreeBSD-ports-19550032cabb6cbea0b385c9a8b23e22b4c31268.tar.gz |
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?
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 9d98eac..a8473bf 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 |