mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
11 lines
404 B
Text
11 lines
404 B
Text
--- packaging/CMakeLists.txt.orig 2018-12-23 20:55:50 UTC
|
|
+++ packaging/CMakeLists.txt
|
|
@@ -437,7 +437,7 @@ endforeach(_qt_plugin)
|
|
if(UNIX AND NOT APPLE AND NOT ANDROID)
|
|
install(
|
|
FILES "${PROJECT_SOURCE_DIR}/doc/man/Mapper.1"
|
|
- DESTINATION "share/man/man1")
|
|
+ DESTINATION "man/man1")
|
|
install(
|
|
FILES "${CMAKE_CURRENT_BINARY_DIR}/linux/Mapper.desktop"
|
|
DESTINATION "share/applications")
|