diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-09 15:00:05 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-09 15:00:05 +0000 |
commit | 0c0598fec174746c68ca490a9415fa541dcf6d58 (patch) | |
tree | 47599cae7e4c316c958f81ba114c048890e2344f /lang/squeak3 | |
parent | 5ab2baaef7f66957fd16e067cf9ba3f84064fafe (diff) | |
download | ports-0c0598fec174746c68ca490a9415fa541dcf6d58.tar.gz ports-0c0598fec174746c68ca490a9415fa541dcf6d58.zip |
Fix MASTER_SITES:
* alix.inria.fr has been inaccessible for a couple of weeks
* path on ftp.cs.uni-magdeburg.de was wrong
Notes
Notes:
svn path=/head/; revision=18634
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} |