summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-11-27 20:36:43 +0000
committerjoerg <joerg@pkgsrc.org>2014-11-27 20:36:43 +0000
commit75c23ac1faf0048e3960ac2fd645c2aed254196e (patch)
treecac3cb7321d44e11c9f5aec33d464b58fe2cffd7 /mk
parentb5bcf4552b7faec39ca95936ce56d48fbec3d78b (diff)
downloadpkgsrc-75c23ac1faf0048e3960ac2fd645c2aed254196e.tar.gz
cwrappers-20141127: Rename environment variable to CWRAPPERS_CONFIG_DIR
for consistency.
Diffstat (limited to 'mk')
-rw-r--r--mk/cwrappers.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/cwrappers.mk b/mk/cwrappers.mk
index 9344178d204..153a2f6c644 100644
--- a/mk/cwrappers.mk
+++ b/mk/cwrappers.mk
@@ -1,15 +1,15 @@
-# $NetBSD: cwrappers.mk,v 1.10 2014/11/27 20:34:55 joerg Exp $
+# $NetBSD: cwrappers.mk,v 1.11 2014/11/27 20:36:44 joerg Exp $
#
# This Makefile fragment implements integration of pkgtools/cwrappers.
-BUILD_DEPENDS+= cwrappers>=20100308:../../pkgtools/cwrappers
+BUILD_DEPENDS+= cwrappers>=20141127:../../pkgtools/cwrappers
CWRAPPERS_SRC_DIR= ${PREFIX}/libexec/cwrappers
CWRAPPERS_BIN_DIR= ${WRKDIR}/.cwrapper/bin
CWRAPPERS_CONFIG_DIR= ${WRKDIR}/.cwrapper/config
-CONFIGURE_ENV+= WRAPPER_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR}
-MAKE_ENV+= WRAPPER_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR}
-ALL_ENV+= WRAPPER_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR}
+CONFIGURE_ENV+= CWRAPPERS_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR}
+MAKE_ENV+= CWRAPPERS_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR}
+ALL_ENV+= CWRAPPERS_CONFIG_DIR=${CWRAPPERS_CONFIG_DIR}
CWRAPPERS_CONFIG.as= as
CWRAPPERS_CONFIG.cc= cc