diff options
author | wiz <wiz> | 2002-01-16 20:11:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-16 20:11:38 +0000 |
commit | 554fbeae43517cd67df63128e583e5e30620f201 (patch) | |
tree | 691285727d56e187b6d0909dceeae5720cbfdfd0 /lang/python21 | |
parent | 0681f470524a02a8f71204c9d2d34f40caf346f9 (diff) | |
download | pkgsrc-554fbeae43517cd67df63128e583e5e30620f201.tar.gz |
We use PKGREVISION instead of 'nb' now.
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 7f1c69767b1..15b77a81424 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/01/16 19:50:36 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/16 20:11:38 wiz Exp $ # DISTNAME= Python-2.1.1 -PKGNAME= python21-2.1.1nb1 +PKGNAME= python21-2.1.1 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.1/ EXTRACT_SUFX= .tgz |