ports/net/sshping/files/patch-CMakeLists.txt
2024-01-23 16:21:16 +01:00

11 lines
462 B
Text

--- CMakeLists.txt.orig 2018-03-19 21:48:55 UTC
+++ CMakeLists.txt
@@ -27,7 +27,7 @@ add_custom_target(man ALL DEPENDS ${MAN_TGT})
COMMENT "Building manpage ${MAN_TGT}"
VERBATIM)
add_custom_target(man ALL DEPENDS ${MAN_TGT})
-install(FILES ${MAN_TGT} DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8)
+install(FILES ${MAN_TGT} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man8)
# Packaging for RPM or DEB
find_program(rpmbuild_path "rpmbuild" FALSE)