ex-vi: merge 'ex' and 'view' alternative groups into 'vi'.

This commit is contained in:
Juan RP 2015-11-01 11:24:53 +01:00
parent c049973eda
commit 04c2898f07
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ex-vi'
pkgname=ex-vi
version=050325
revision=7
revision=8
wrksrc="ex-${version}"
build_style=gnu-makefile
make_build_args="PREFIX=/usr TERMLIB=ncurses PRESERVEDIR=/var/tmp LARGEF=-DLARGEF"
@ -17,12 +17,12 @@ checksum=da4be7cf67e94572463b19e56850aa36dc4e39eb0d933d3688fe8574bb632409
disable_parallel_build=yes
alternatives="
ex:ex:/usr/bin/ex-ex
ex:ex.1:/usr/share/man/man1/ex-ex.1
vi:ex:/usr/bin/ex-ex
vi:ex.1:/usr/share/man/man1/ex-ex.1
vi:vi:/usr/bin/ex-vi
vi:vi.1:/usr/share/man/man1/ex-vi.1
view:view:/usr/bin/ex-view
view:view.1:/usr/share/man/man1/ex-view.1
vi:view:/usr/bin/ex-view
vi:view.1:/usr/share/man/man1/ex-view.1
"
post_install() {