diff options
author | nectar <nectar@FreeBSD.org> | 1999-05-09 23:00:05 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-05-09 23:00:05 +0800 |
commit | 39a65731ba8fcb8b7abf22b4426cd2184e5db9a1 (patch) | |
tree | b540802f09350d6d8bc2f1abe3a2ec16ea8954d0 /lang/squeak3 | |
parent | d8b77ea0300b9526c72ed139725707a3529900ce (diff) | |
download | freebsd-ports-gnome-39a65731ba8fcb8b7abf22b4426cd2184e5db9a1.tar.gz freebsd-ports-gnome-39a65731ba8fcb8b7abf22b4426cd2184e5db9a1.tar.zst freebsd-ports-gnome-39a65731ba8fcb8b7abf22b4426cd2184e5db9a1.zip |
Fix MASTER_SITES:
* alix.inria.fr has been inaccessible for a couple of weeks
* path on ftp.cs.uni-magdeburg.de was wrong
Diffstat (limited to 'lang/squeak3')
-rw-r--r-- | lang/squeak3/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index af15ab62b3c0..1aef8897ec4b 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -3,16 +3,14 @@ # Date created: 4 March 1999 # Whom: jesse@cs.uni-magdeburg.de # -# $Id: Makefile,v 1.8 1999/03/05 16:23:03 nectar Exp $ +# $Id: Makefile,v 1.9 1999/03/20 17:16:57 nectar Exp $ # DISTNAME= 2.3 PKGNAME= squeak-2.3 CATEGORIES= lang -MASTER_SITES= ftp://alix.inria.fr/pub/squeak/unix/ \ - ftp://alix.inria.fr/pub/squeak/unix/2.3/ \ - ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/ \ - ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/2.3/ \ +MASTER_SITES= ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/ \ + ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/image/ \ http://www.nectar.com/distfiles/squeak/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} |