mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
11 lines
390 B
Text
11 lines
390 B
Text
--- CMakeLists.txt.orig 2017-11-25 13:54:41 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -102,7 +102,7 @@ option( TIDY_COMPAT_HEADERS "Set ON to include compati
|
|
# Allow building with non-default man page directory.
|
|
#------------------------------------------------------------------------
|
|
if (NOT MAN_INSTALL_DIR)
|
|
- set(MAN_INSTALL_DIR share/man/man1)
|
|
+ set(MAN_INSTALL_DIR man/man1)
|
|
endif ()
|
|
|
|
|