diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:05:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:05:01 +0000 |
commit | ac16a67367c9b39566cad2df234d34cfc55a32aa (patch) | |
tree | 5e0a86efe1056d2c2322c688f9dddf44ca6d0b5b /app-editors/xvile | |
parent | modernised (diff) | |
download | historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.gz historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.bz2 historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.zip |
modernised
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/xvile-9.2r.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xvile/xvile-9.2r.ebuild b/app-editors/xvile/xvile-9.2r.ebuild index afe1d751c535..7e9efcab92f7 100644 --- a/app-editors/xvile/xvile-9.2r.ebuild +++ b/app-editors/xvile/xvile-9.2r.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/xvile/xvile-9.2r.ebuild,v 1.3 2002/07/25 20:53:33 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.2r.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $ S=${WORKDIR}/vile-9.2 DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" @@ -63,5 +63,5 @@ src_compile() { } src_install () { - dobin xvile + dobin xvile } |