1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/astro/geographiclib/files/patch-man_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

13 lines
389 B
Plaintext

--- man/CMakeLists.txt.orig 2017-10-05 10:11:24 UTC
+++ man/CMakeLists.txt
@@ -101,7 +101,7 @@ else ()
endif ()
# Install the man pages.
-install (FILES ${MANPAGES} DESTINATION share/man/man1)
+install (FILES ${MANPAGES} DESTINATION man/man1)
if (NOT WIN32)
- install (FILES ${SYSMANPAGES} DESTINATION share/man/man8)
+ install (FILES ${SYSMANPAGES} DESTINATION man/man8)
endif ()