pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Don't bother defining a temporary _PKGSRC_USE_TOOLS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19656669c7e9
branches:  trunk
changeset: 497065:19656669c7e9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jul 19 22:31:01 2005 +0000

description:
Don't bother defining a temporary _PKGSRC_USE_TOOLS variable that doesn't
actually increase readability by much.

diffstat:

 mk/bsd.prefs.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r cef9613c946d -r 19656669c7e9 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Tue Jul 19 21:18:31 2005 +0000
+++ b/mk/bsd.prefs.mk   Tue Jul 19 22:31:01 2005 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index