ports/devel/opendht/files/patch-doc_CMakeLists.txt
Yuri Victorovich 4f59757f7c devel/opendht: Update to 1.6.1
Port changes:
* Change to cmake
* Add port options PROXY_SERVER PROXY_CLIENT PUSH_NOTIFICATIONS DOCS
* Broken on 10.3
2018-03-18 21:37:57 +00:00

9 lines
357 B
Text

--- doc/CMakeLists.txt.orig 2018-03-15 06:08:59 UTC
+++ doc/CMakeLists.txt
@@ -1,5 +1,5 @@
if (OPENDHT_TOOLS)
- INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dhtnode.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
+ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dhtnode.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
endif ()
if (OPENDHT_DOCUMENTATION)