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 | 119885f5b499771d40502f38782cadec8df5d94e (patch) | |
tree | 95988a887fefe421c99733881b7056fc145466ab /lang/python23-nth | |
parent | cff9ea913f2a1df5898da8215a23580837522605 (diff) | |
download | pkgsrc-119885f5b499771d40502f38782cadec8df5d94e.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/python23-nth')
-rw-r--r-- | lang/python23-nth/ALTERNATIVES | 1 | ||||
-rw-r--r-- | lang/python23-nth/Makefile | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/python23-nth/ALTERNATIVES b/lang/python23-nth/ALTERNATIVES new file mode 100644 index 00000000000..715373349de --- /dev/null +++ b/lang/python23-nth/ALTERNATIVES @@ -0,0 +1 @@ +bin/python @PREFIX@/bin/python2n3 diff --git a/lang/python23-nth/Makefile b/lang/python23-nth/Makefile index 2218af646db..94cffe6baec 100644 --- a/lang/python23-nth/Makefile +++ b/lang/python23-nth/Makefile @@ -1,7 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/23 22:57:19 recht Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/30 12:44:40 jmmv Exp $ # PKGNAME= python23-nth-2.3.4 +PKGREVISION= 1 + +CONFLICTS+= python-[0-9]* CONFIGURE_ARGS+= --without-threads |