diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-11 19:04:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-11-13 18:35:50 (GMT) |
commit | f835f189aeb38a791ad09ba5c2d89300a3fd16f1 (patch) | |
tree | 5b863c4008f0a5ef7a706c6b254dbb50d9214ff5 /Tests/RunCMake/GNUInstallDirs/Root-FreeBSD-stderr.txt | |
parent | 4c0d97dd98805a5d9fc73ab9818a653888c16103 (diff) | |
download | CMake-f835f189aeb38a791ad09ba5c2d89300a3fd16f1.zip CMake-f835f189aeb38a791ad09ba5c2d89300a3fd16f1.tar.gz CMake-f835f189aeb38a791ad09ba5c2d89300a3fd16f1.tar.bz2 |
GNUInstallDirs: Update FreeBSD "info" destination to share/info
FreeBSD ports commit r484628 (Install texinfo files (GNU info) into
${PREFIX}/share/info, 2018-11-10) changed the "info" destination
from "info" to "share/info". The commit included a patch to their
distribution of CMake to fix the `GNUInstallDirs` module too.
Apply a similar logic change to our upstream version of the module.
We already made a similar change for GNU/kFreeBSD in commit
v3.13.0-rc2~8^2 (GNUInstallDirs: Don't use BSD info and man paths on
GNU/kFreeBSD, 2018-10-21).
Fixes: #18585
Diffstat (limited to 'Tests/RunCMake/GNUInstallDirs/Root-FreeBSD-stderr.txt')
-rw-r--r-- | Tests/RunCMake/GNUInstallDirs/Root-FreeBSD-stderr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/GNUInstallDirs/Root-FreeBSD-stderr.txt b/Tests/RunCMake/GNUInstallDirs/Root-FreeBSD-stderr.txt index 4be66bc..4284a15 100644 --- a/Tests/RunCMake/GNUInstallDirs/Root-FreeBSD-stderr.txt +++ b/Tests/RunCMake/GNUInstallDirs/Root-FreeBSD-stderr.txt @@ -3,7 +3,7 @@ CMAKE_INSTALL_DATADIR='usr/share' CMAKE_INSTALL_DATAROOTDIR='usr/share' CMAKE_INSTALL_DOCDIR='usr/share/doc/Root' CMAKE_INSTALL_INCLUDEDIR='usr/include' -CMAKE_INSTALL_INFODIR='usr/info' +CMAKE_INSTALL_INFODIR='usr/share/info' CMAKE_INSTALL_LIBDIR='usr/(lib|lib64)' CMAKE_INSTALL_LIBEXECDIR='usr/libexec' CMAKE_INSTALL_LOCALEDIR='usr/share/locale' @@ -18,7 +18,7 @@ CMAKE_INSTALL_FULL_DATADIR='/usr/share' CMAKE_INSTALL_FULL_DATAROOTDIR='/usr/share' CMAKE_INSTALL_FULL_DOCDIR='/usr/share/doc/Root' CMAKE_INSTALL_FULL_INCLUDEDIR='/usr/include' -CMAKE_INSTALL_FULL_INFODIR='/usr/info' +CMAKE_INSTALL_FULL_INFODIR='/usr/share/info' CMAKE_INSTALL_FULL_LIBDIR='/usr/(lib|lib64)' CMAKE_INSTALL_FULL_LIBEXECDIR='/usr/libexec' CMAKE_INSTALL_FULL_LOCALEDIR='/usr/share/locale' |