vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit fd936c5c669c545baa65edd69ab9055af8df8c30
parent 0ab32e101bdc9992d68352ce2d7e0fb4b66cddc3
Author: Christian Hesse <mail@eworm.de>
Date:   Mon, 21 Mar 2016 14:05:30 +0100

configure: fix install prefix for man and share directories

Diffstat:
Mconfigure | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure b/configure @@ -420,6 +420,8 @@ srcdir = $srcdir prefix = $prefix exec_prefix = $exec_prefix bindir = $bindir +MANPREFIX = $prefix/share/man +SHAREPREFIX = $prefix/share/vis CC = $CC CFLAGS = $CFLAGS CFLAGS_STD = $CFLAGS_STD