diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-04-02 11:56:27 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-04-02 11:56:27 +0000 |
commit | 5d749b104341c1ffbcef04fd389db5a1301e64f4 (patch) | |
tree | f344302d5876a6cc3783644862ef89db1e09a163 /astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake | |
parent | Update to 4.1.11 upstream notes 4.1.10 shoud not be used. (diff) |
astro/qmapshack: Update version 1.14.0=>1.14.1
- Add USE_QT=help
Relnotes: https://github.com/Maproom/qmapshack/releases
Diffstat (limited to 'astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake')
-rw-r--r-- | astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake b/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake index e4c37a5e153c..8fd3709ff063 100644 --- a/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake +++ b/astro/qmapshack/files/patch-cmake_Modules_DefineInstallationPaths.cmake @@ -1,5 +1,14 @@ ---- cmake/Modules/DefineInstallationPaths.cmake.orig 2018-09-08 09:17:56 UTC +--- cmake/Modules/DefineInstallationPaths.cmake.orig 2020-03-27 08:07:31 UTC +++ cmake/Modules/DefineInstallationPaths.cmake +@@ -59,7 +59,7 @@ if (UNIX) + FORCE + ) + SET(HTML_INSTALL_DIR +- "${DATA_INSTALL_PREFIX}/doc/HTML" ++ "${DATA_INSTALL_PREFIX}/doc/${_PROJECT_NAME}/HTML" + CACHE PATH "The HTML install dir for documentation (default data/doc/html)" + FORCE + ) @@ -97,7 +97,7 @@ if (UNIX) FORCE ) |