diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:48:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:48:54 +0000 |
commit | 8ac25937f6812e97dabd42f98c17a5348b5a4f47 (patch) | |
tree | aaa39859b6bce82067e8655dcd913473462a2836 /editors/nvi/ALTERNATIVES | |
parent | bc7c9c26aba00bff48098f5714ea0cc05b2b2c01 (diff) | |
download | pkgsrc-8ac25937f6812e97dabd42f98c17a5348b5a4f47.tar.gz |
Make nvi and vim* use the alternatives system to install wrappers for
bin/vi, bin/ex and bin/view. Bump their PKGREVISIONs.
vim-kde is an exception because it currently installs programs with these
names. So, as it's currently marked as vulnerable and as I don't have KDE
installed ATM, I'm marking it as conflicting.
Diffstat (limited to 'editors/nvi/ALTERNATIVES')
-rw-r--r-- | editors/nvi/ALTERNATIVES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/nvi/ALTERNATIVES b/editors/nvi/ALTERNATIVES new file mode 100644 index 00000000000..90e25faacd8 --- /dev/null +++ b/editors/nvi/ALTERNATIVES @@ -0,0 +1,3 @@ +bin/ex @PREFIX@/bin/nex +bin/vi @PREFIX@/bin/nvi +bin/view @PREFIX@/bin/nview |