summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
779f611)
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.
#paths
PREFIX = /usr/local
#paths
PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/man
+MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib