summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorseb <seb>2002-06-28 09:05:16 +0000
committerseb <seb>2002-06-28 09:05:16 +0000
commit43e3f38a329c2d1f4266f17ca40296999b26aad6 (patch)
treedf4d2958d0775357358a9ba1bd2e4377f395676b /mk
parent02acbebebd752de86109bbef2c9bb4f54c41bb7d (diff)
downloadpkgsrc-43e3f38a329c2d1f4266f17ca40296999b26aad6.tar.gz
Add PKG_SYSCONFDIR to BUILD_DEFS.
Note: it was already as part of CONFIGURE_ENV value, this change only makes it more "readable" IMHO. Remove explicit addition of PKG_SYSCONFDIR to BUILD_DEFS in a couple of Makefiles.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 1b02d55fc7a..fbfaa0d1a31 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.996 2002/06/23 03:15:28 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.997 2002/06/28 09:05:20 seb Exp $
#
# This file is in the public domain.
#
@@ -997,6 +997,7 @@ PKG_SYSCONFDIR?= ${PKG_SYSCONFBASE}/${PKG_SYSCONFSUBDIR}
CONFIGURE_ENV+= PKG_SYSCONFDIR="${PKG_SYSCONFDIR}"
MAKE_ENV+= PKG_SYSCONFDIR="${PKG_SYSCONFDIR}"
+BUILD_DEFS+= PKG_SYSCONFDIR
# Passed to most of script invocations
SCRIPTS_ENV+= CURDIR=${.CURDIR} DISTDIR=${DISTDIR} \