From 854de3fa4e5d72b6d27435e997514588366f7217 Mon Sep 17 00:00:00 2001 From: mrdotx Date: Tue, 3 May 2022 15:14:04 +0200 Subject: [PATCH] add manual path for openbsd --- config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/config.mk b/config.mk index 29f683e..f82c333 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}