From 208c6f1b981ba84326d5039be7b64ccff1bc8cab Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 14 Jun 2004 03:16:42 +0000 Subject: Update priv to 1.0beta2nb1. * Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green. --- mk/bsd.pkg.obsolete.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mk/bsd.pkg.obsolete.mk') diff --git a/mk/bsd.pkg.obsolete.mk b/mk/bsd.pkg.obsolete.mk index fab1dc2cabc..087c61e992f 100644 --- a/mk/bsd.pkg.obsolete.mk +++ b/mk/bsd.pkg.obsolete.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.obsolete.mk,v 1.11 2002/09/23 08:45:41 jlam Exp $ +# $NetBSD: bsd.pkg.obsolete.mk,v 1.12 2004/06/14 03:16:43 uebayasi Exp $ # # This file holds make(1) logic to allow obsolete or deprecated variables # still to be used. These may eventually disappear over time as the contents @@ -49,3 +49,7 @@ PKG_SYSCONFDIR.squid?= ${SQUID_SYSCONFDIR} .if defined(ELK_USE_X11) ELK_GUI= xaw .endif + +.if defined(PRIV_CONF_DIR) +PKG_SYSCONFDIR.priv?= ${PRIV_CONF_DIR} +.endif -- cgit v1.2.3