commit 28fb3e28120db29ea45d1951eee7047b4109ab5f
Author: Hiltjo Posthuma <[email protected]>
AuthorDate: Sun May 1 18:38:25 2022 +0200
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Sun May 1 18:38:25 2022 +0200
Makefile: add manual path for OpenBSD
diff --git a/config.mk b/config.mk
index 0df3fc8..b0bd246 100644
--- a/config.mk
+++ b/config.mk
@@ -17,6 +17,7 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = $(X11INC)/freetype2
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC)