Makefile: add manual path for OpenBSD
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 1 May 2022 16:37:54 +0000 (18:37 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 1 May 2022 16:37:54 +0000 (18:37 +0200)
Reported by fossy <fossy@dnmx.org>, thanks

config.mk

index b6eb7e03ff326fc6e478f92d8937017b8df489ac..81c493ef4aff77ba6f00f7a94ae496b904da7ee0 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -19,6 +19,7 @@ FREETYPELIBS = -lfontconfig -lXft
 FREETYPEINC = /usr/include/freetype2
 # OpenBSD (uncomment)
 #FREETYPEINC = ${X11INC}/freetype2
+#MANPREFIX = ${PREFIX}/man
 
 # includes and libs
 INCS = -I${X11INC} -I${FREETYPEINC}