commit 96334e2079c0a4607aaa1ba78a7d633fa257ecc2
parent 779f611208ea8ee7475df7729451f33104e1369a
Author: Aaron Marcher <me@drkhsh.at>
Date: Sun, 13 Aug 2017 22:56:14 +0200
Fixed man page path
According to the FHS, /usr/local/share/man is the correct man page path
in this projects's case. Set this to default in config.mk.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -5,7 +5,7 @@ VERSION = 0
#paths
PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/man
+MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib