1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/astro/geographiclib/files/patch-doc_CMakeLists.txt
Kyle Evans 3424b81888 Update astro/geographiclib to 1.4.9
Highlights:
- Update from 1.4.6 to 1.4.9
- MAGNETIC_EMM2017 model addd
- Switched to CMake for build

head/tail usage must be patched to avoid use of --lines; work is in progress
to eventually grow this long-option alternative to -n so that such patching
isn't necessary at some point in the future.

PR:		218158
Approved by:	ak (ports), Tatsuki Makino (maintainer)
2018-02-03 15:42:08 +00:00

15 lines
404 B
Plaintext

--- doc/CMakeLists.txt.orig 2017-10-05 10:11:23 UTC
+++ doc/CMakeLists.txt
@@ -9,9 +9,9 @@ foreach (TOOL ${TOOLS})
endforeach ()
if (COMMON_INSTALL_PATH)
- set (INSTALL_DOC_DIR "share/doc/GeographicLib")
+ set (INSTALL_DOC_DIR "share/doc/GeographicLib" CACHE STRING "")
else ()
- set (INSTALL_DOC_DIR "doc")
+ set (INSTALL_DOC_DIR "doc" CACHE STRING "")
endif ()
# Run doxygen, if available