Explorar el Código

Makefile.defs: support for FreeBSD build

(cherry picked from commit 141f19a95bd0d97f1bd325291aafb844f46c7fd3)
drTr0jan hace 8 meses
padre
commit
42aeb526d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Makefile.defs

+ 1 - 1
src/Makefile.defs

@@ -492,7 +492,7 @@ endif
 
 ifeq ($(OS), freebsd)
 	doc_dir = share/doc/$(MAIN_NAME)/
-	man_dir = man/
+	man_dir = share/man/
 	data_dir = share/$(MAIN_NAME)/
 	LOCALBASE ?= /usr/local
 endif