summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-25 18:59:45 +0000
committerjlam <jlam>2001-11-25 18:59:45 +0000
commitc191dc788b25d2c1365f262d8e83cc9692b21f2e (patch)
tree78f3dfe5e355bfe3bf2e730202f3d29cb7da98d5 /net/samba/Makefile
parent1ea65f1d60eb5d278710ca59576558e885a77afd (diff)
downloadpkgsrc-c191dc788b25d2c1365f262d8e83cc9692b21f2e.tar.gz
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.
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index c0462c8ca1a..2e83a8047d8 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2001/11/21 17:16:05 jlam Exp $
+# $NetBSD: Makefile,v 1.70 2001/11/25 18:59:46 jlam Exp $
DISTNAME= samba-2.2.2
WRKSRC= ${WRKDIR}/${DISTNAME}/source
@@ -23,9 +23,11 @@ USE_GNU_READLINE= # uses rl_event_hook interface to GNU readline
.include "../../mk/bsd.prefs.mk"
+PKG_SYSCONFSUBDIR?= samba
+
SAMBA_LOGDIR?= /var/log
SAMBA_LOCKDIR?= /var/run/samba
-SAMBA_ETCDIR?= ${CONFDIR}/samba
+SAMBA_ETCDIR?= ${PKG_SYSCONFDIR}
SAMBA_PRIVATE?= ${SAMBA_ETCDIR}/private
SAMBA_DATADIR= ${PREFIX}/share