diff options
-rw-r--r-- | lang/python24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index a795f1f23fe..ef9959f2100 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2005/02/04 15:39:04 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2005/02/18 22:26:17 recht Exp $ # DISTNAME= Python-2.4 PKGNAME= python24-2.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.4/ EXTRACT_SUFX= .tar.bz2 |