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/python23 | |
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/python23')
-rw-r--r-- | lang/python23/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 9f150898fac8..a854209d72d8 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -10,7 +10,9 @@ PORTVERSION= 2.2 PORTREVISION= 2 CATEGORIES= lang python ipv6 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 |