diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python23-pth/Makefile | 3 | ||||
-rw-r--r-- | lang/python23/Makefile | 3 | ||||
-rw-r--r-- | lang/python23/Makefile.common | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index ce58be449f9..55e3261b418 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2004/06/10 10:13:06 recht Exp $ +# $NetBSD: Makefile,v 1.26 2004/06/15 14:26:34 grant Exp $ # PKGNAME= python23-pth-2.3.4 -PKGREVISION= 1 #PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 837d23a3409..6de96e73963 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/06/10 10:13:06 recht Exp $ +# $NetBSD: Makefile,v 1.22 2004/06/15 14:26:34 grant Exp $ # PKGNAME= python23-2.3.4 -PKGREVISION= 1 #PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common index febe0bfafa2..f033b06c190 100644 --- a/lang/python23/Makefile.common +++ b/lang/python23/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.12 2004/06/14 02:31:13 lukem Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/06/15 14:26:34 grant Exp $ # DISTNAME= Python-2.3.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.3.4/ EXTRACT_SUFX= .tgz |