瀏覽代碼

Makefile: add manual path for OpenBSD

Reported by fossy <fossy@dnmx.org>, thanks
Hiltjo Posthuma 3 年之前
父節點
當前提交
cd0773cee9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config.mk

+ 1 - 0
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}