summaryrefslogtreecommitdiff
path: root/lang/python23
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-05-07 15:15:27 +0000
committertv <tv@pkgsrc.org>2006-05-07 15:15:27 +0000
commit2bef4bf2513c5055b5af50f9c16ac221d17b9080 (patch)
tree6f0b84fa92c4e586ec0bc3e84807bab9ece124c0 /lang/python23
parentc55a4c1dc122fbe5fd792632f49765580d3ed45c (diff)
downloadpkgsrc-2bef4bf2513c5055b5af50f9c16ac221d17b9080.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