$OpenBSD: patch-etc_icinga_icinga-classic-apache_conf_cmake,v 1.2 2017/08/30 12:45:02 sthen Exp $
Index: etc/icinga/icinga-classic-apache.conf.cmake
--- etc/icinga/icinga-classic-apache.conf.cmake.orig
+++ etc/icinga/icinga-classic-apache.conf.cmake
@@ -17,7 +17,7 @@ ScriptAlias /icinga/cgi-bin "@CMAKE_INSTALL_FULL_LIBDI
 
    AuthName "Icinga Access"
    AuthType Basic
-   AuthUserFile @CMAKE_INSTALL_FULL_SYSCONFDIR@/icinga/passwd
+   AuthUserFile %SYSCONFDIR%/icinga/passwd
 
    <IfModule mod_authz_core.c>
       # Apache 2.4
@@ -47,7 +47,7 @@ Alias /icinga "@CMAKE_INSTALL_FULL_DATADIR@/icinga/"
 
    AuthName "Icinga Access"
    AuthType Basic
-   AuthUserFile @CMAKE_INSTALL_FULL_SYSCONFDIR@/icinga/passwd
+   AuthUserFile %SYSCONFDIR%/icinga/passwd
 
    <IfModule mod_authz_core.c>
       # Apache 2.4
