From c191dc788b25d2c1365f262d8e83cc9692b21f2e Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 25 Nov 2001 18:59:45 +0000 Subject: PKG_SYSCONFDIR is where the configuration files for a package may be found. This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings. --- security/pks/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/pks/Makefile') diff --git a/security/pks/Makefile b/security/pks/Makefile index 12ef1627b38..f2669bc5119 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/11/21 15:44:23 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/11/25 18:59:47 jlam Exp $ DISTNAME= pks-0.9.4 CATEGORIES= security www @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --localstatedir=/var/pks CONFIGURE_ARGS+= --sysconfdir=${EGDIR} EGDIR= ${PREFIX}/share/examples -CONF_FILES= ${EGDIR}/pksd.conf ${CONFDIR}/pksd.conf +CONF_FILES= ${EGDIR}/pksd.conf ${PKG_SYSCONFDIR}/pksd.conf RCD_SCRIPTS= pksd OWN_DIRS= /var/pks /var/pks/db /var/pks/incoming -- cgit v1.2.3