diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-12-07 12:06:30 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-12-07 12:06:30 +0000 |
commit | d1115e3827bec3bf6dd6a0080849d220cf6ab4e1 (patch) | |
tree | 8a04cd05667afd0f1e8dcdd7eeca60abeee3aae5 /lang/python-devel | |
parent | b145382cb74cc43a74bf0feba66d46adc98b78ea (diff) | |
download | ports-d1115e3827bec3bf6dd6a0080849d220cf6ab4e1.tar.gz ports-d1115e3827bec3bf6dd6a0080849d220cf6ab4e1.zip |
Notes
Diffstat (limited to 'lang/python-devel')
-rw-r--r-- | lang/python-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index b2b09aad12a8..75d2204d62c1 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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 |