update for 2.4.5

This commit is contained in:
drochner 2008-04-11 10:44:48 +00:00
parent b9e90c2488
commit 897edb1722

View file

@ -1,14 +1,14 @@
# $NetBSD: srcdist.mk,v 1.19 2007/06/08 18:50:05 tron Exp $
# $NetBSD: srcdist.mk,v 1.20 2008/04/11 10:44:48 drochner Exp $
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == "24"
DISTNAME= Python-2.4.4
DISTNAME= Python-2.4.5
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo
PATCHDIR= ${.CURDIR}/../../lang/python24/patches
PYSUBDIR= Python-2.4.4
PYSUBDIR= Python-2.4.5
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/