37df81f402
Vifm is a ncurses based file manager with vi like keybindings. If you use vi, vifm gives you complete keyboard control over your files without having to learn a new set of commands. Ported two years ago by myself, re-submitted by Aaron Stellman. Most patches from Tobias Ulmer, plus one to fix an ugly out-of-bound access by me.
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2009/08/09 21:49:33 landry Exp $
|
|
--- src/Makefile.in.orig Sun Aug 9 12:33:59 2009
|
|
+++ src/Makefile.in Sun Aug 9 12:34:28 2009
|
|
@@ -88,7 +88,7 @@ SED = @SED@
|
|
STRIP = @STRIP@
|
|
VERSION = @VERSION@
|
|
|
|
-pkgdata_DATA = vifm-help.txt vifm.txt vifm.vim
|
|
+pkgdata_DATA = vifm-help.txt vifmrc vifm.txt vifm.vim
|
|
|
|
|
|
bin_PROGRAMS = vifm
|