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