diff options
Diffstat (limited to 'app-editors/levee')
-rw-r--r-- | app-editors/levee/levee-3.4o.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/levee/levee-3.4o.ebuild b/app-editors/levee/levee-3.4o.ebuild index 41ff73841e49..da614e0f8778 100644 --- a/app-editors/levee/levee-3.4o.ebuild +++ b/app-editors/levee/levee-3.4o.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.4o.ebuild,v 1.5 2002/07/25 20:57:17 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/levee/levee-3.4o.ebuild,v 1.6 2002/08/02 05:05:01 seemant Exp $ DESCRIPTION="Really tiny vi clone, for things like rescue disks" HOMEPAGE="http://www.pell.chi.il.us/~orc/Code/" @@ -27,7 +27,7 @@ src_compile() { } src_install () { - exeinto /usr/bin - newexe lev lv + exeinto /usr/bin + newexe lev lv doman lv.1 } |