From 119885f5b499771d40502f38782cadec8df5d94e Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 30 Jan 2005 12:44:39 +0000 Subject: 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. --- lang/python23-nth/ALTERNATIVES | 1 + lang/python23-nth/Makefile | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lang/python23-nth/ALTERNATIVES (limited to 'lang/python23-nth') 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 -- cgit v1.2.3