Commit e90bef50467e4ba7dbdf2838e738f2652f25d0ee

Stefan Sperling 2019-08-09T19:33:12

fix MANDIR during regular 'make install'; the port will have to override it

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.inc b/Makefile.inc
index 49b0cf0..808b2d9 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -8,7 +8,7 @@ CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
 PREFIX ?= /usr/local
 BINDIR ?= ${PREFIX}/bin
 LIBEXECDIR ?= ${PREFIX}/libexec
-MANDIR ?= ${LOCALBASE}/man/man
+MANDIR ?= ${PREFIX}/man/man
 .else
 PREFIX ?= ${HOME}
 BINDIR ?= ${HOME}/bin