ports/devel/stlink/files/patch-doc_man_CMakeLists.txt
2017-01-31 13:30:23 +00:00

11 lines
343 B
Text

--- doc/man/CMakeLists.txt.orig 2017-01-30 06:06:25 UTC
+++ doc/man/CMakeLists.txt
@@ -31,7 +31,7 @@ foreach(manpage ${MANPAGES})
endif()
if (f AND NOT WIN32)
- install(FILES ${f} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
+ install(FILES ${f} DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
unset(f)
endif()
endforeach()