From fcb1dc287ba1035029121faec2a4ab14a90c5fcc Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 10 May 2005 22:27:44 +0000 Subject: Fix srcdist.mk usage for _PYTHON_VERSION 24, and add reminder comment to python24/Makefile for next update --- lang/python/srcdist.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/python') diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk index 5c4d30c6a14..cab15e5a137 100644 --- a/lang/python/srcdist.mk +++ b/lang/python/srcdist.mk @@ -1,14 +1,14 @@ -# $NetBSD: srcdist.mk,v 1.15 2005/02/16 10:41:50 tron Exp $ +# $NetBSD: srcdist.mk,v 1.16 2005/05/10 22:27:44 abs Exp $ .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == "24" -DISTNAME= Python-2.4 +DISTNAME= Python-2.4.1 EXTRACT_SUFX= .tar.bz2 DISTINFO_FILE= ${.CURDIR}/../../lang/python24/distinfo PATCHDIR= ${.CURDIR}/../../lang/python24/patches -PYSUBDIR= Python-2.4 +PYSUBDIR= Python-2.4.1 WRKSRC= ${WRKDIR}/${PYSUBDIR} MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/ -- cgit v1.2.3