summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-07-19 22:31:01 +0000
committerjlam <jlam@pkgsrc.org>2005-07-19 22:31:01 +0000
commit6af048ffa5de344bdc2b25a1b86977225f59a2fa (patch)
treefe5c23da7beffe7f51554fd811db12fe68001997 /mk/bsd.prefs.mk
parent86321bf190f498ccda68ba0fc72c5ee0e5b973df (diff)
downloadpkgsrc-6af048ffa5de344bdc2b25a1b86977225f59a2fa.tar.gz
Don't bother defining a temporary _PKGSRC_USE_TOOLS variable that doesn't
actually increase readability by much.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 9e7cc217fce..8f186b7708e 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.197 2005/07/16 22:33:18 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.198 2005/07/19 22:31:01 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -567,7 +567,7 @@ PREPEND_PATH+= ${USE_X11:D${X11BASE}/bin} ${LOCALBASE}/bin
# Make variable definitions cache
.include "${PKGSRCDIR}/mk/bsd.makevars.mk"
-_PKGSRC_USE_TOOLS= awk cut echo pwd sed tr uname
-USE_TOOLS+= ${_PKGSRC_USE_TOOLS:S/$/:pkgsrc/}
+USE_TOOLS+= awk:pkgsrc cut:pkgsrc echo:pkgsrc pwd:pkgsrc \
+ sed:pkgsrc tr:pkgsrc uname:pkgsrc
.endif # BSD_PKG_MK