diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-20 17:16:57 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-20 17:16:57 +0000 |
commit | 3cd3e022f8fe0295eac8418df24fa637c06bf8de (patch) | |
tree | 616c8cd7b06640ec23da0bd95c381c28856de40b /lang | |
parent | cb73866e1cd40efa350f1590026bf16e79d94efa (diff) | |
download | FreeBSD-ports-3cd3e022f8fe0295eac8418df24fa637c06bf8de.zip FreeBSD-ports-3cd3e022f8fe0295eac8418df24fa637c06bf8de.tar.gz |
Fix master site path.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak2/Makefile | 4 | ||||
-rw-r--r-- | lang/squeak3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index 7d2c7bb..af15ab6 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/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 diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index 7d2c7bb..af15ab6 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 |