summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-07-11 13:17:39 +0000
committerobache <obache@pkgsrc.org>2008-07-11 13:17:39 +0000
commitea9a152f35e83a4a00b07435b6ea9d9cbb58679f (patch)
treef75a7187a684451a0f1cedb211fb185822fb03f9 /lang
parenta03b03e9658fd6b623bfc7fb41656cf52ba405c2 (diff)
downloadpkgsrc-ea9a152f35e83a4a00b07435b6ea9d9cbb58679f.tar.gz
Now download only via http.
Noticed by Zafer Aydogan via private mail.
Diffstat (limited to 'lang')
-rw-r--r--lang/python21/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index 971dd535f4d..d9f2e2dcb85 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.35 2008/04/12 22:43:02 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2008/07/11 13:17:39 obache Exp $
#
DISTNAME= Python-2.1.3
PKGNAME= python21-2.1.3
PKGREVISION= 15
CATEGORIES= lang python
-MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.3/
+MASTER_SITES= http://www.python.org/ftp/python/2.1.3/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org