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/ALTERNATIVES | |
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/ALTERNATIVES')
-rw-r--r-- | lang/python22/ALTERNATIVES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python22/ALTERNATIVES b/lang/python22/ALTERNATIVES new file mode 100644 index 00000000000..bcd5932a1f8 --- /dev/null +++ b/lang/python22/ALTERNATIVES @@ -0,0 +1 @@ +bin/python @PREFIX@/bin/python2.2 |