diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-25 11:49:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-25 11:49:08 +0800 |
commit | 08a8fc47716660a5f013f948c03e326e87c6d4b2 (patch) | |
tree | a3ceb8447f657bd8841f2739ecf0b3322762262f /lang | |
parent | b48a91055a6c9fab26c54ea0180d7854593eb45e (diff) | |
download | freebsd-ports-gnome-08a8fc47716660a5f013f948c03e326e87c6d4b2.tar.gz freebsd-ports-gnome-08a8fc47716660a5f013f948c03e326e87c6d4b2.tar.zst freebsd-ports-gnome-08a8fc47716660a5f013f948c03e326e87c6d4b2.zip |
Added some extra MASTER_SITES. Note, only one of them still has version 1.05
(which is what we try to fetch). The others have 1.08 and 1.1.
I'll update this port in two-three weeks.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Sather/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 155eac6c237f..2cb00274edb0 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -3,15 +3,21 @@ # Date created: Mon Oct 31 22:04:12 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.12 1996/11/12 02:18:03 obrien Exp $ +# $Id: Makefile,v 1.13 1996/11/17 06:12:29 obrien Exp $ # DISTNAME= Sather-1.0.5 PKGNAME= sather-1.0.5 CATEGORIES= lang -MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ +MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ \ + ftp://ftp.sterling.com/programming/languages/sather/ \ + ftp://ftp.uni-muenster.de/pub/languages/sather/ \ + ftp://ftp.nis.co.jp/pub/lang/sather/ \ + ftp://ftp.th-darmstadt.de/pub/programming/languages/sather/ \ + ftp://ftp.sra.co.jp/pub/lang/sather/ \ + ftp://ftp.infomagic.com/pub/mirrors/.mirror14/languages/sather/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/Sather ALL_TARGET= testall |