summaryrefslogtreecommitdiff
path: root/net/nanomsg/files/patch-CMakeLists.txt
blob: 4f13b8bab9d64166ec8bd3147b1ffd3035bc83ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2018-12-16 21:09:15 UTC
+++ CMakeLists.txt
@@ -330,7 +330,7 @@ if (NN_ENABLE_DOC)
         )
         install (
             FILES ${CMAKE_CURRENT_BINARY_DIR}/${NAME}.${SECT}
-            DESTINATION ${CMAKE_INSTALL_MANDIR}/man${SECT}
+            DESTINATION man/man${SECT}
         )
 
     endmacro (add_libnanomsg_man)