diff options
author | wiz <wiz> | 2009-11-03 02:21:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-11-03 02:21:05 +0000 |
commit | 66c136fb7fecce988b8c7e80626f3c8fafda89b7 (patch) | |
tree | 6af551ad1e39e7ed767185f0404cd1f8f733bd01 /lang | |
parent | dc897b2995bbf339a9ed4860edc3a7af6bf74dfd (diff) | |
download | pkgsrc-66c136fb7fecce988b8c7e80626f3c8fafda89b7.tar.gz |
Update for Python26-2.6.4
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/srcdist.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk index 0f615794548..490a2760e7f 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,14 +1,14 @@ -# $NetBSD: srcdist.mk,v 1.29 2009/10/21 06:36:24 wiz Exp $ +# $NetBSD: srcdist.mk,v 1.30 2009/11/03 02:21:05 wiz Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "26" -DISTNAME= Python-2.6.3 +DISTNAME= Python-2.6.4 EXTRACT_SUFX= .tar.bz2 DISTINFO_FILE= ${.CURDIR}/../../lang/python26/distinfo PATCHDIR= ${.CURDIR}/../../lang/python26/patches -PYSUBDIR= Python-2.6.3 +PYSUBDIR= Python-2.6.4 WRKSRC= ${WRKDIR}/${PYSUBDIR} MASTER_SITES= ftp://ftp.python.org/pub/python/2.6/ |