diff --git a/srcpkgs/ex-vi/template b/srcpkgs/ex-vi/template index 3f9b6edf098..82ef440ff13 100644 --- a/srcpkgs/ex-vi/template +++ b/srcpkgs/ex-vi/template @@ -1,7 +1,7 @@ # Template file for 'ex-vi' pkgname=ex-vi version=050325 -revision=2 +revision=3 wrksrc="ex-${version}" build_style=gnu-makefile make_build_args="PREFIX=/usr TERMLIB=ncurses PRESERVEDIR=/var/tmp LARGEF=-DLARGEF" @@ -19,4 +19,6 @@ disable_parallel_build=yes post_install() { vlicense LICENSE + rm ${DESTDIR}/usr/bin/edit + rm ${DESTDIR}/usr/share/man/man1/edit.1 }