diff options
author | tg <tg@FreeBSD.org> | 2002-04-02 20:03:43 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2002-04-02 20:03:43 +0800 |
commit | f507c8fac389147d45f0dcbcd83cae0b5036556b (patch) | |
tree | 1b8313bc28b467faf9146e1699e6e6bde92e91c5 /lang/python20 | |
parent | be392a99446be20a88313f32d551750d0a3493e7 (diff) | |
download | freebsd-ports-gnome-f507c8fac389147d45f0dcbcd83cae0b5036556b.tar.gz freebsd-ports-gnome-f507c8fac389147d45f0dcbcd83cae0b5036556b.tar.zst freebsd-ports-gnome-f507c8fac389147d45f0dcbcd83cae0b5036556b.zip |
Add SourceForge as a well connected secondary MASTER_SITES location.
Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
Diffstat (limited to 'lang/python20')
-rw-r--r-- | lang/python20/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 366cffdea802..9d9fb7575a79 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -8,8 +8,10 @@ PORTNAME= python PORTVERSION= 2.0.1 CATEGORIES= lang python -MASTER_SITES= http://www.python.org/ftp/python/2.0.1/ \ - http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/2.0.1/ +MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ + ${MASTER_SITE_SOURCEFORGE} \ + http://SunSITE.Informatik.RWTH-Aachen.DE/python/ftp/python/${PORTVERSION}/ +MASTER_SITE_SUBDIR= python DISTFILES= ${PYTHON_DISTFILE} MAINTAINER?= tg@FreeBSD.org |