summaryrefslogtreecommitdiff
path: root/mk/plist/plist.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-17 06:30:48 +0000
committerjlam <jlam>2006-04-17 06:30:48 +0000
commitf73a3a6bda32f5cd530045dde4f3f214f20c8d2c (patch)
tree0ab63f77fd3bf03aee27f39d70a606842eb8828c /mk/plist/plist.mk
parent8ee2e1f796584afc295d72c88c32ee55ab41bbd3 (diff)
downloadpkgsrc-f73a3a6bda32f5cd530045dde4f3f214f20c8d2c.tar.gz
Only do the locale transformation if USE_PKGLOCALEDIR is defined. This
avoids any problems with current packages that install locale files but don't honor PKGLOCALEDIR yet.
Diffstat (limited to 'mk/plist/plist.mk')
-rw-r--r--mk/plist/plist.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk
index 2e91a5b501d..c7c7b757da6 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.10 2006/04/17 06:12:46 jlam Exp $
+# $NetBSD: plist.mk,v 1.11 2006/04/17 06:30:48 jlam Exp $
#
# This Makefile fragment handles the creation of PLISTs for use by
# pkg_create(8).
@@ -91,6 +91,7 @@ MAKEVARS+= _IGNORE_INFO_PATH
# scripts for information on each of the variable set in the environment.
#
_PLIST_AWK_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
+_PLIST_AWK_ENV+= USE_PKGLOCALEDIR=${USE_PKGLOCALEDIR:Dyes:Uno}
_PLIST_AWK_ENV+= IMAKE_MANINSTALL=${_IMAKE_MANINSTALL:Q}
_PLIST_AWK_ENV+= IGNORE_INFO_PATH=${_IGNORE_INFO_PATH:Q}
_PLIST_AWK_ENV+= PKGINFODIR=${PKGINFODIR:Q}