diff options
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index b2b09aad12a8..75d2204d62c1 100644 --- a/lang/python21/Makefile +++ b/lang/python21/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 |