pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk make the TBL variable work as intended



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e856c9041509
branches:  trunk
changeset: 478363:e856c9041509
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jul 22 17:02:22 2004 +0000

description:
make the TBL variable work as intended

diffstat:

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

diffs (18 lines):

diff -r 2f127104e7d0 -r e856c9041509 mk/tools.mk
--- a/mk/tools.mk       Thu Jul 22 16:26:19 2004 +0000
+++ b/mk/tools.mk       Thu Jul 22 17:02:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.36 2004/07/21 19:55:11 jlam Exp $
+# $NetBSD: tools.mk,v 1.37 2004/07/22 17:02:22 drochner Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -391,7 +391,7 @@
 BUILD_DEPENDS+=                groff>=1.19nb4:../../textproc/groff
 _TOOLS_PROGNAME.tbl=   ${LOCALBASE}/bin/tbl
 .  endif
-.  if exists(_TOOLS_PROGNAME.tbl)
+.  if exists(${_TOOLS_PROGNAME.tbl})
 TBL:=                  ${_TOOLS_PROGNAME.tbl}
 .  endif
 



Home | Main Index | Thread Index | Old Index