This is a patch for "exvi" 050325. It adjusts some directory paths. Note: This patch is intended for local use. It isn't compatible with standard distros. --- ex-050325/Makefile.old +++ ex-050325/Makefile @@ -79,11 +79,11 @@ # Destinations for installation. $(PRESERVEDIR) is used for recovery files. # It will get mode 1777. # -PREFIX = /usr/local +PREFIX = __META_PREFIX__ BINDIR = $(PREFIX)/bin LIBEXECDIR = $(PREFIX)/libexec -MANDIR = $(PREFIX)/share/man -PRESERVEDIR = /var/preserve +MANDIR = $(PREFIX)/man +PRESERVEDIR = /var/preserve # # DESTDIR is prepended to the installation paths. It is mostly useful @@ -94,7 +94,7 @@ # # A BSD-like install program. GNU install will fit well here, too. # -INSTALL = /usr/ucb/install +INSTALL = /usr/bin/install # # Compiler and linker flags.