Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: add manual path for OpenBSD - dwm - dynamic window manager
git clone git://git.suckless.org/dwm
Log
Files
Refs
README
LICENSE
---
commit cd0773cee9bad694dc9a6b1355a32bbe61abadff
parent 8b48e309735f5fe49d35f86e967f4b5dea2a2f2d
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 1 May 2022 18:37:54 +0200
Makefile: add manual path for OpenBSD
Reported by fossy <[email protected]>, thanks
Diffstat:
M config.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}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.