pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fixed the output of show-tools.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3c010a4af0d
branches:  trunk
changeset: 494618:d3c010a4af0d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 26 11:15:30 2005 +0000

description:
Fixed the output of show-tools.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 85f50111e255 -r d3c010a4af0d mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu May 26 11:12:32 2005 +0000
+++ b/mk/bsd.pkg.mk     Thu May 26 11:15:30 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1677 2005/05/22 20:15:40 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1678 2005/05/26 11:15:30 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -4864,6 +4864,6 @@
 show-tools:
 .for _t_ in ${_USE_TOOLS}
 .  if defined(_TOOLS_VARNAME.${_t_})
-       @${ECHO} ${_TOOLS_VARNAME.${_t_}:Q}=${TOOLS_PLATFORM.${_t_}:Q:Q}
+       @${ECHO} ${_TOOLS_VARNAME.${_t_}:Q}=${${_TOOLS_VARNAME.${_t_}}:Q:Q}
 .  endif
 .endfor



Home | Main Index | Thread Index | Old Index