dwm

dynamic window manager

git clone https://9o.is/git/dwm.git

commit d0c53d719b4defef0e2fc4e4be2f6da7eeab273a
parent 77298e68c4cfe6836c4e8a4b165bfaa0ba171a31
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  1 May 2022 18:37:54 +0200

Makefile: add manual path for OpenBSD

Reported by fossy <fossy@dnmx.org>, thanks

Diffstat:
Mconfig.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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}