head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.08.12.08.04.35; author taca; state Exp; branches; next ; commitid MwU0qmFqYP623kRG; desc @@ 1.1 log @mail/php-dmarc-srg: improve configuration handling Install configuration files under PKG_SYSCONFDIR. Bump PKGREVISION. @ text @$NetBSD$ Adjust config file's path. --- config/vendor_config.php.orig 2025-03-17 23:58:10.000000000 +0000 +++ config/vendor_config.php @@@@ -16,7 +16,7 @@@@ return [ /** * Path to the configuration file. */ - 'config_file' => ROOT_PATH . 'config' . DIRECTORY_SEPARATOR . 'conf.php', + 'config_file' => '@@PKG_SYSCONFDIR@@' . DIRECTORY_SEPARATOR . 'conf.php', /** * Suffix to add to the DmarcSrg version @