$OpenBSD: patch-CMakeLists_txt,v 1.3 2019/07/04 12:07:23 jca Exp $

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -140,7 +140,6 @@ if (NOT CLAZY_BUILD_WITH_CLANG)
   add_clang_plugin(ClazyPlugin ${CLAZY_PLUGIN_SRCS})
   set_target_properties(ClazyPlugin PROPERTIES
     LINKER_LANGUAGE CXX
-    PREFIX ""
   )
 
   install(TARGETS ClazyPlugin
@@ -178,7 +177,6 @@ if (NOT CLAZY_BUILD_WITH_CLANG)
   install(FILES README.md COPYING-LGPL2.txt checks.json DESTINATION ${DOC_INSTALL_DIR})
 
   # Build docs
-  set(MAN_INSTALL_DIR "${SHARE_INSTALL_DIR}/man/man1")
   add_subdirectory(docs)
 
   # rpath
