diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-07 13:51:24 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-07 13:51:24 +0800 |
commit | cf042ef9ae30b272b53cf15251dd2377baa49b99 (patch) | |
tree | 718b408c7a3d76d55c57855a0150cadf54056ab4 /lang | |
parent | fc0a311479b996411ff7a6f245c63d252835ae64 (diff) | |
download | freebsd-ports-gnome-cf042ef9ae30b272b53cf15251dd2377baa49b99.tar.gz freebsd-ports-gnome-cf042ef9ae30b272b53cf15251dd2377baa49b99.tar.zst freebsd-ports-gnome-cf042ef9ae30b272b53cf15251dd2377baa49b99.zip |
Remove five broken MASTER_SITES which can't deliver the distfiles as one
tarball. That leaves us with two sites.
Noticed by: Fenner's ports survey
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak2/Makefile | 9 | ||||
-rw-r--r-- | lang/squeak3/Makefile | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index e6be953a9a56..19770ea21f98 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/Makefile @@ -3,19 +3,14 @@ # Date created: 12/01/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1998/12/03 04:35:44 nectar Exp $ +# $Id: Makefile,v 1.6 1998/12/28 12:49:18 asami Exp $ # DISTNAME= 2.2 PKGNAME= squeak-2.2 CATEGORIES= lang MASTER_SITES= http://www.nectar.com/distfiles/squeak/ \ - ftp://alix.inria.fr/pub/squeak/unix/ \ - ftp://st.cs.uiuc.edu/pub/Smalltalk/Squeak/unix/ \ - http://st-www.cs.uiuc.edu/ftp/Smalltalk/Squeak/ \ - ftp://uiarchive.cso.uiuc.edu/pub/lang/smalltalk/smalltalk/Squeak/ \ - http://wuarchive.wustl.edu/languages/smalltalk/smalltalk/Squeak/ \ - ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/ + ftp://alix.inria.fr/pub/squeak/unix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} MAINTAINER= nectar@FreeBSD.ORG diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index e6be953a9a56..19770ea21f98 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -3,19 +3,14 @@ # Date created: 12/01/1998 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1998/12/03 04:35:44 nectar Exp $ +# $Id: Makefile,v 1.6 1998/12/28 12:49:18 asami Exp $ # DISTNAME= 2.2 PKGNAME= squeak-2.2 CATEGORIES= lang MASTER_SITES= http://www.nectar.com/distfiles/squeak/ \ - ftp://alix.inria.fr/pub/squeak/unix/ \ - ftp://st.cs.uiuc.edu/pub/Smalltalk/Squeak/unix/ \ - http://st-www.cs.uiuc.edu/ftp/Smalltalk/Squeak/ \ - ftp://uiarchive.cso.uiuc.edu/pub/lang/smalltalk/smalltalk/Squeak/ \ - http://wuarchive.wustl.edu/languages/smalltalk/smalltalk/Squeak/ \ - ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/ + ftp://alix.inria.fr/pub/squeak/unix/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} MAINTAINER= nectar@FreeBSD.ORG |