From e763fff148a8d9c6e74fac1b4880ea8fbb6eef2e Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 7 May 2006 15:15:27 +0000 Subject: Add http access to distfile as with python24. (At this moment, ftp.python.org is refusing connections....) --- lang/python23/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common index 29b9e1577de..2b9f2fbb5d8 100644 --- a/lang/python23/Makefile.common +++ b/lang/python23/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.31 2006/05/06 02:12:07 minskim Exp $ +# $NetBSD: Makefile.common,v 1.32 2006/05/07 15:15:27 tv Exp $ # DISTNAME= Python-2.3.5 CATEGORIES= lang python -MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.5/ +MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.5/ \ + http://www.python.org/ftp/python/2.3.5/ EXTRACT_SUFX= .tgz MAINTAINER= recht@NetBSD.org -- cgit v1.2.3