diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-02 12:03:43 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-02 12:03:43 +0000 |
commit | 683d86a04a93e4732208e61624c48f2abd38df87 (patch) | |
tree | 5f8717388c64b3a993b74c5569397e71bcce9e51 /lang/python-devel/Makefile | |
parent | Explicitly enable IPv6 support. (diff) |
Add SourceForge as a well connected secondary MASTER_SITES location.
Submitted by: "Jason R. Mastaler" <jason-dated-1018216403.d8ed28@mastaler.com>
Diffstat (limited to '')
-rw-r--r-- | lang/python-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 9f150898fac8..a854209d72d8 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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 |