mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
11 lines
462 B
Text
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)
|