diff options
author | tg <tg@FreeBSD.org> | 2000-12-07 20:06:30 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-12-07 20:06:30 +0800 |
commit | b1027cbcfddee0ce225331f943646034dafc6acf (patch) | |
tree | 525fcaee0d4607a1492c56792918a5409be9fb55 /lang/python24 | |
parent | c4a2bad8b4ebce506a8e524053bcca55e795404f (diff) | |
download | freebsd-ports-gnome-b1027cbcfddee0ce225331f943646034dafc6acf.tar.gz freebsd-ports-gnome-b1027cbcfddee0ce225331f943646034dafc6acf.tar.zst freebsd-ports-gnome-b1027cbcfddee0ce225331f943646034dafc6acf.zip |
MASTER_SITE changed.
Submitted by: sobomax
Diffstat (limited to 'lang/python24')
-rw-r--r-- | lang/python24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index b2b09aad12a8..75d2204d62c1 100644 --- a/lang/python24/Makefile +++ b/lang/python24/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 |