vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 126e4d054495d84b43379db3cd9a258e52e0e274 parent 4ef8b5317e8f33894594da474fba22835de7e426 Author: Christian Hesse <mail@eworm.de> Date: Wed, 23 Mar 2016 13:46:13 +0100 fix install prefix for standalone build Diffstat:
| M | Makefile | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,11 @@ -include config.mk +# conditionally initialized, this is needed for standalone build +# with empty config.mk +PREFIX ?= /usr/local +MANPREFIX ?= ${PREFIX}/share/man +SHAREPREFIX ?= ${PREFIX}/share/vis + VERSION = $(shell git describe 2>/dev/null || echo "0.1.x") CONFIG_LUA ?= 1