From 08a8fc47716660a5f013f948c03e326e87c6d4b2 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 25 Nov 1996 03:49:08 +0000 Subject: 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. --- lang/Sather/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'lang') 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 -- cgit