ports/www/tidy-html5/files/patch-CMakeLists.txt
Thierry Thomas d914593af2 Fix pkgconfig.
Reported by:	Reid Linnemann <reidl (at) spectralogic.com>
2019-02-20 18:27:57 +00:00

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 ()