diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-20 17:16:57 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-20 17:16:57 +0000 |
commit | 452523c01ea4005526066db4b728cc9a27cb4120 (patch) | |
tree | 99eb61b1176254066815519bf226cb90b589d424 /lang/squeak3 | |
parent | dce683281203f51259db626aab45fcde3ea13b1b (diff) | |
download | ports-452523c01ea4005526066db4b728cc9a27cb4120.tar.gz ports-452523c01ea4005526066db4b728cc9a27cb4120.zip |
Fix master site path.
Notes
Notes:
svn path=/head/; revision=17323
Diffstat (limited to 'lang/squeak3')
-rw-r--r-- | lang/squeak3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index 7d2c7bbbbc51..af15ab62b3c0 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -3,7 +3,7 @@ # Date created: 4 March 1999 # Whom: jesse@cs.uni-magdeburg.de # -# $Id$ +# $Id: Makefile,v 1.8 1999/03/05 16:23:03 nectar Exp $ # DISTNAME= 2.3 @@ -13,7 +13,7 @@ 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/ \ - http://www.nectar.com/distfiles/ + http://www.nectar.com/distfiles/squeak/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} MAINTAINER= jesse@cs.uni-magdeburg.de |