CVSROOT: /cvs Module name: ports Changes by: [email protected] 2014/06/20 16:11:57
Modified files:
net/icinga/core2: Makefile
Log message:
As rpe noticed, CMAKE_INSTALL_SYSCONFDIR isn't just used for installation,
it makes it into binaries/scripts. So set it to ${SYSCONFDIR} and then
(because cmake doesn't let us simply override variables at install time
like autoconf does) patch the generated cmake_install.cmake files to
install under share/examples.
