summaryrefslogtreecommitdiff
path: root/mk/wrapper
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 22:07:07 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 22:07:07 +0000
commit999f8b6e041874badc27dde41bc27e30264fbc53 (patch)
treea408d210ca70e7629a1164ecf102e8adff03b5c4 /mk/wrapper
parent404ae4e7151d75b2cad5c032c5b41c1d67e2e371 (diff)
downloadpkgsrc-999f8b6e041874badc27dde41bc27e30264fbc53.tar.gz
Applied all quoting fixes found by "pkglint --autofix".
Diffstat (limited to 'mk/wrapper')
-rw-r--r--mk/wrapper/bsd.wrapper.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/wrapper/bsd.wrapper.mk b/mk/wrapper/bsd.wrapper.mk
index 0d8ff3c9b90..66b53eafad0 100644
--- a/mk/wrapper/bsd.wrapper.mk
+++ b/mk/wrapper/bsd.wrapper.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.38 2005/10/16 19:44:44 schwarz Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.39 2005/12/05 22:07:08 rillig Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -60,8 +60,8 @@ PREPEND_PATH+= ${WRAPPER_BINDIR}
.if !empty(PHASES_AFTER_WRAPPER:M${PKG_PHASE})
WRAPPER_DEBUG?= yes
-CONFIGURE_ENV+= WRAPPER_DEBUG="${WRAPPER_DEBUG}"
-MAKE_ENV+= WRAPPER_DEBUG="${WRAPPER_DEBUG}"
+CONFIGURE_ENV+= WRAPPER_DEBUG=${WRAPPER_DEBUG:Q}
+MAKE_ENV+= WRAPPER_DEBUG=${WRAPPER_DEBUG:Q}
SCRIPTS_ENV+= WRAPPER_DEBUG="${WRAPPER_DEBUG}"
# The caching code, which greatly speeds up the build process, doesn't
@@ -77,8 +77,8 @@ WRAPPER_UPDATE_CACHE= no
. endif
. endfor
.endif
-CONFIGURE_ENV+= WRAPPER_UPDATE_CACHE="${WRAPPER_UPDATE_CACHE}"
-MAKE_ENV+= WRAPPER_UPDATE_CACHE="${WRAPPER_UPDATE_CACHE}"
+CONFIGURE_ENV+= WRAPPER_UPDATE_CACHE=${WRAPPER_UPDATE_CACHE:Q}
+MAKE_ENV+= WRAPPER_UPDATE_CACHE=${WRAPPER_UPDATE_CACHE:Q}
# Only do the (expensive) reordering step if we have reordering
# transformations.