summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/vifm/vifm-0.2.ebuild')
-rw-r--r--app-misc/vifm/vifm-0.2.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-misc/vifm/vifm-0.2.ebuild b/app-misc/vifm/vifm-0.2.ebuild
index 259335028f54..246a8878f716 100644
--- a/app-misc/vifm/vifm-0.2.ebuild
+++ b/app-misc/vifm/vifm-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.2.ebuild,v 1.7 2005/01/01 15:28:44 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.2.ebuild,v 1.8 2007/01/28 05:30:03 genone Exp $
DESCRIPTION="Console file manager with vi/vim-like keybindings"
HOMEPAGE="http://vifm.sourceforge.net/"
@@ -43,10 +43,10 @@ src_install() {
dodoc INSTALL AUTHORS TODO README
}
pkg_postinst() {
- einfo "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
- einfo "to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim"
- einfo "Then edit ~/.vifm/vifmrc${PV} and set USE_VIM_HELP=1"
- einfo ""
- einfo "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
- einfo "/usr/share/vim/vim62/"
+ elog "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
+ elog "to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim"
+ elog "Then edit ~/.vifm/vifmrc${PV} and set USE_VIM_HELP=1"
+ elog ""
+ elog "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
+ elog "/usr/share/vim/vim62/"
}