diff options
author | uebayasi <uebayasi> | 2004-06-14 03:16:42 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2004-06-14 03:16:42 +0000 |
commit | 584cbc80fd706cbb7c147d0eaa9669792712faff (patch) | |
tree | 0ccf4c68d7dda48ba1f1faa470a23627b8c5b38c /mk | |
parent | 4bd10f5d010466442f3cc037d3b702bec94884e2 (diff) | |
download | pkgsrc-584cbc80fd706cbb7c147d0eaa9669792712faff.tar.gz |
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.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.obsolete.mk | 6 |
1 files changed, 5 insertions, 1 deletions
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 |