diff options
author | wiz <wiz> | 2000-09-02 15:59:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-02 15:59:53 +0000 |
commit | 3c857757c62ed0887cb1701931fe85b3fbf1c531 (patch) | |
tree | 7360b7a9c694b63d27b63d2ba54cabd3bf235bbf /lang | |
parent | 020ec0b82ae2636c31f41fd83ecae11403b8fcf3 (diff) | |
download | pkgsrc-3c857757c62ed0887cb1701931fe85b3fbf1c531.tar.gz |
remove one MASTERSITE (wouldn't let me log in), add three others
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 4fc2a30c68a..280ed719de7 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2000/08/30 08:35:13 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/09/02 15:59:53 wiz Exp $ # DISTNAME= tcl8.3.2 PKGNAME= tcl-8.3.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \ - ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/ + ftp://gd.tuwien.ac.at/languages/tcl/scriptics/tcl8_3/ \ + ftp://ftp.funet.fi/pub/languages/tcl/tcl/tcl8_3/ \ + ftp://ftp.mpi-sb.mpg.de/pub/tcl/mirror/ftp.scriptics.com/tcl8_3/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.tcltk.com/ |