commit cd0773cee9bad694dc9a6b1355a32bbe61abadff
Author: Hiltjo Posthuma <[email protected]>
AuthorDate: Sun May 1 18:37:54 2022 +0200
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Sun May 1 18:37:54 2022 +0200
Makefile: add manual path for OpenBSD
Reported by fossy <[email protected]>, thanks
diff --git a/config.mk b/config.mk
index b6eb7e0..81c493e 100644
--- 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}