cmake-utils.eclass: Override CMAKE_INSTALL_{INFO,MAN}DIR
authorMichał Górny <mgorny@gentoo.org>
Thu, 1 Mar 2018 15:37:23 +0000 (16:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 10 Mar 2018 11:35:13 +0000 (12:35 +0100)
commit04c4a2f5840fe8aaf876c7c414b038e036b5c981
treef198e4a90dc8c37aa45a60ba5a581a1c3d53c735
parenta247887d826ce2786dcfd2a380a227b188d4964b
cmake-utils.eclass: Override CMAKE_INSTALL_{INFO,MAN}DIR

Provide an explicit override for CMAKE_INSTALL_INFODIR
and CMAKE_INSTALL_MANDIR to force Gentoo standards for those locations.
This is needed for Gentoo/FreeBSD where CMake defaults to /usr/info
and /usr/man; while PMS specifies /usr/share/info and /usr/share/man
via econf & do* helpers.

Closes: https://bugs.gentoo.org/649200
eclass/cmake-utils.eclass