From f507c8fac389147d45f0dcbcd83cae0b5036556b Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 2 Apr 2002 12:03:43 +0000 Subject: Add SourceForge as a well connected secondary MASTER_SITES location. Submitted by: "Jason R. Mastaler" --- lang/python20/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lang/python20') diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 366cffdea..9d9fb75 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 -- cgit v1.1