diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 11:17:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 11:17:22 +0000 |
commit | 1900e4b154567f2e62fd650eb142132dfe9282bc (patch) | |
tree | 7d812c75a7ec0ce5c49f092064aba49d7e9be307 /lang | |
parent | d6085f130e2ca5cf4d54bb959d82b4b6a70f99fc (diff) | |
download | pkgsrc-1900e4b154567f2e62fd650eb142132dfe9282bc.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python24/Makefile | 5 | ||||
-rw-r--r-- | lang/tcl83/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index 3d656ded4a0..f759007e8dd 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2007/10/28 15:30:44 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2007/12/02 11:17:22 wiz Exp $ DISTNAME= Python-2.4.4 PKGNAME= python24-2.4.4 CATEGORIES= lang python -MASTER_SITES= ftp://ftp.python.org/pub/python/2.4.4/ \ - http://www.python.org/ftp/python/2.4.4/ +MASTER_SITES= http://www.python.org/ftp/python/2.4.4/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 44f6e875428..9b86080c5b7 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:28 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2007/12/02 11:17:55 wiz Exp $ # DISTNAME= tcl8.3.4 PKGNAME= tcl-8.3.4 PKGREVISION= 2 CATEGORIES= lang -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \ - ftp://gd.tuwien.ac.at/languages/tcl/scriptics/tcl8_3/ \ +MASTER_SITES= 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/ |