summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authortv <tv>2006-05-07 15:15:27 +0000
committertv <tv>2006-05-07 15:15:27 +0000
commitdfb77f8cf8cc4b0ed4759bc5917cfee3c20253fc (patch)
tree6f0b84fa92c4e586ec0bc3e84807bab9ece124c0 /lang/python23
parenta193cddfe60aa4491a6f9f0450e4b8cd02cbe341 (diff)
downloadpkgsrc-dfb77f8cf8cc4b0ed4759bc5917cfee3c20253fc.tar.gz
Add http access to distfile as with python24. (At this moment, ftp.python.org
is refusing connections....)
Diffstat (limited to 'lang/python23')
-rw-r--r--lang/python23/Makefile.common5
1 files changed, 3 insertions, 2 deletions
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