diff options
author | wiz <wiz> | 2007-12-02 11:17:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-02 11:17:22 +0000 |
commit | 49de71ef2974588b2fe8411a25b39c1e5cd1898e (patch) | |
tree | 7d812c75a7ec0ce5c49f092064aba49d7e9be307 | |
parent | 80c812933740f051653b346621acaf8737495cf9 (diff) | |
download | pkgsrc-49de71ef2974588b2fe8411a25b39c1e5cd1898e.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
-rw-r--r-- | lang/python24/Makefile | 5 | ||||
-rw-r--r-- | lang/tcl83/Makefile | 5 | ||||
-rw-r--r-- | mail/balsa/Makefile | 5 |
3 files changed, 6 insertions, 9 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/ diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index aa31352e458..f8447cafc17 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.56 2007/09/21 13:03:57 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2007/12/02 11:18:17 wiz Exp $ DISTNAME= balsa-2.3.10 PKGREVISION= 10 CATEGORIES= mail gnome -MASTER_SITES= http://balsa.gnome.org/ \ - ftp://ftp.newton.cx/pub/balsa/ +MASTER_SITES= http://balsa.gnome.org/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |