summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-12-07 12:06:30 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-12-07 12:06:30 +0000
commitd1115e3827bec3bf6dd6a0080849d220cf6ab4e1 (patch)
tree8a04cd05667afd0f1e8dcdd7eeca60abeee3aae5 /lang/python22
parentRemove a redundant modifier (:R) that was added by mistake. (diff)
MASTER_SITE changed.
Submitted by: sobomax
Notes
Notes: svn path=/head/; revision=35742
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index b2b09aad12a8..75d2204d62c1 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -8,7 +8,8 @@
PORTNAME= python
PORTVERSION= 2.0
CATEGORIES= lang python
-MASTER_SITES= http://www.pythonlabs.com/products/python2.0/downloads/
+MASTER_SITES= http://www.python.org/ftp/python/2.0/ \
+ http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/2.0/
DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= tg@FreeBSD.org