diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-25 03:49:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-25 03:49:08 +0000 |
commit | 130b7d8a2438ede6d14ab2c46137a4c909690515 (patch) | |
tree | bec33bcad5f247c9b5bcc90cb0e44a9756e44d7e /lang/Sather | |
parent | 128c0e64ff779f5e5fdf70635157d621075621e8 (diff) | |
download | ports-130b7d8a2438ede6d14ab2c46137a4c909690515.tar.gz ports-130b7d8a2438ede6d14ab2c46137a4c909690515.zip |
Notes
Diffstat (limited to 'lang/Sather')
-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 |