diff options
author | tv <tv@pkgsrc.org> | 2006-05-07 15:15:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-05-07 15:15:27 +0000 |
commit | e763fff148a8d9c6e74fac1b4880ea8fbb6eef2e (patch) | |
tree | 6f0b84fa92c4e586ec0bc3e84807bab9ece124c0 /lang | |
parent | 2aba7d5386c86dbf849aa8c42889000fc5a1a255 (diff) | |
download | pkgsrc-e763fff148a8d9c6e74fac1b4880ea8fbb6eef2e.tar.gz |
Add http access to distfile as with python24. (At this moment, ftp.python.org
is refusing connections....)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python23/Makefile.common | 5 |
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 |