From 6af048ffa5de344bdc2b25a1b86977225f59a2fa Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 19 Jul 2005 22:31:01 +0000 Subject: Don't bother defining a temporary _PKGSRC_USE_TOOLS variable that doesn't actually increase readability by much. --- mk/bsd.prefs.mk | 6 +++--- 1 file 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 -- cgit v1.2.3