nvi: merge 'ex' and 'view' alternative groups into 'vi'.
This commit is contained in:
parent
2add755349
commit
ea350c4bd3
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nvi'
|
||||
pkgname=nvi
|
||||
version=1.81.6
|
||||
revision=13
|
||||
revision=14
|
||||
patch_args="-Np1"
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -16,12 +16,12 @@ distfiles="http://pkgs.fedoraproject.org/repo/pkgs/nvi/nvi-${version}.tar.bz2/88
|
|||
checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
|
||||
|
||||
alternatives="
|
||||
ex:ex:/usr/bin/nex
|
||||
ex:ex.1:/usr/share/man/man1/nex.1
|
||||
vi:vi:/usr/bin/nex
|
||||
vi:vi.1:/usr/share/man/man1/nex.1
|
||||
vi:vi:/usr/bin/nvi
|
||||
vi:vi.1:/usr/share/man/man1/nvi.1
|
||||
view:view:/usr/bin/nview
|
||||
view:view.1:/usr/share/man/man1/nview.1
|
||||
vi:view:/usr/bin/nview
|
||||
vi:view.1:/usr/share/man/man1/nview.1
|
||||
"
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue