diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-30 12:44:39 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-30 12:44:39 +0000 |
commit | df333169fb9216f66002b04441324ea1e8d0de5d (patch) | |
tree | 95988a887fefe421c99733881b7056fc145466ab /lang/python22/Makefile | |
parent | 8d1e3803647a0ec497b78baaebbb5cd1cb270cd1 (diff) | |
download | pkgsrc-df333169fb9216f66002b04441324ea1e8d0de5d.tar.gz |
Convert the python packages to use the alternatives system to install a
bin/python wrapper. Bump their PKGREVISION to 1.
Also remove the python package. In order to preserve a similar behavior to
this one using the new framework, start by installing pkg_alternatives.
Then just open its manpage, scroll down to the EXAMPLES section, Applying
filters subsection, and follow the (rather short) directions given there.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 4a9052af522..7900d25c9eb 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2005/01/25 13:09:03 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/01/30 12:44:39 jmmv Exp $ # DISTNAME= Python-2.2.3 PKGNAME= python22-2.2.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.3/ EXTRACT_SUFX= .tgz @@ -12,6 +12,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +CONFLICTS+= python-[0-9]* + USE_LANGUAGES= c c++ USE_BUILDLINK3= YES GNU_CONFIGURE= YES |