diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 12:10:43 +0000 |
commit | 57ae1c8ff364c122b12372c38bb50d5a652487a9 (patch) | |
tree | 621866def4e0dd6febc32b6be3c0156f9ebe6579 /app-misc/vifm | |
parent | whitespace cleanup (diff) | |
download | historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.gz historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.tar.bz2 historical-57ae1c8ff364c122b12372c38bb50d5a652487a9.zip |
whitespace cleanup
Diffstat (limited to 'app-misc/vifm')
-rw-r--r-- | app-misc/vifm/Manifest | 4 | ||||
-rw-r--r-- | app-misc/vifm/vifm-0.2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/vifm/Manifest b/app-misc/vifm/Manifest index 6012cd18568d..c962ffd93877 100644 --- a/app-misc/vifm/Manifest +++ b/app-misc/vifm/Manifest @@ -1,3 +1,3 @@ -MD5 2e1cb4fe666e2594a05352c0605da798 files/digest-vifm-0.2 59 MD5 90fd2bac8b3223f1e41634e6741b8e11 ChangeLog 319 -MD5 82d87864690570f10fe53f1b99e43dba vifm-0.2.ebuild 1272 +MD5 8ecfdad0596f42935df294b6edca6d2b vifm-0.2.ebuild 1274 +MD5 2e1cb4fe666e2594a05352c0605da798 files/digest-vifm-0.2 59 diff --git a/app-misc/vifm/vifm-0.2.ebuild b/app-misc/vifm/vifm-0.2.ebuild index 7d225c3c1f28..6ace8d8a8914 100644 --- a/app-misc/vifm/vifm-0.2.ebuild +++ b/app-misc/vifm/vifm-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.3 2003/07/11 19:30:24 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.2.ebuild,v 1.4 2003/09/05 12:10:36 msterret Exp $ DESCRIPTION="Console file manager with vi/vim-like keybindings" HOMEPAGE="http://vifm.sourceforge.net/" @@ -26,7 +26,7 @@ src_unpack() { mv -f Makefile.in ${T} sed -e "s:(datadir)/@PACKAGE@:(datadir)/${P}:" \ ${T}/Makefile.in > Makefile.in - + mv -f config.c ${T} sed -e "s:/usr/local/share/vifm:/usr/share/${P}:g" \ ${T}/config.c > config.c @@ -40,7 +40,7 @@ src_compile() { src_install() { einstall || die - dodoc INSTALL AUTHORS TODO README + dodoc INSTALL AUTHORS TODO README } pkg_postinst() { einfo "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt" |