diff options
author | recht <recht@pkgsrc.org> | 2005-10-02 10:50:57 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-10-02 10:50:57 +0000 |
commit | 1da55da943a81a8524397bd21a64e27fc9149085 (patch) | |
tree | bce99b2cc1b35f2f789e87f8c5fcd6e65e42b6ff /lang/python | |
parent | e7a9d3677d06c29d129dcd88c8db4667a16b9667 (diff) | |
download | pkgsrc-1da55da943a81a8524397bd21a64e27fc9149085.tar.gz |
sync with new Python 2.4 version
Diffstat (limited to 'lang/python')
-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 cab15e5a137..195caf99e77 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,14 +1,14 @@ -# $NetBSD: srcdist.mk,v 1.16 2005/05/10 22:27:44 abs Exp $ +# $NetBSD: srcdist.mk,v 1.17 2005/10/02 10:50:57 recht Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "24" -DISTNAME= Python-2.4.1 +DISTNAME= Python-2.4.2 EXTRACT_SUFX= .tar.bz2 DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo PATCHDIR= ${.CURDIR}/../../lang/python24/patches -PYSUBDIR= Python-2.4.1 +PYSUBDIR= Python-2.4.2 WRKSRC= ${WRKDIR}/${PYSUBDIR} MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/ |