Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: add manual path for OpenBSD - dmenu - dynamic menu
git clone git://git.suckless.org/dmenu
Log
Files
Refs
README
LICENSE
---
commit 28fb3e28120db29ea45d1951eee7047b4109ab5f
parent fe5d5c6709a77ac5d554e26dda76a67df68618ae
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 1 May 2022 18:38:25 +0200
Makefile: add manual path for OpenBSD
Diffstat:
M config.mk | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git 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)
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.