summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordrochner <drochner>2004-07-22 17:02:22 +0000
committerdrochner <drochner>2004-07-22 17:02:22 +0000
commit047a9a9718d61c2dfb963efd38d90123eec42f79 (patch)
treec7ffc94f168aa295142eda51b756d6e9854bd8f5 /mk
parentc2d1c28e6bf19adf8678f72705ae8086e77b133b (diff)
downloadpkgsrc-047a9a9718d61c2dfb963efd38d90123eec42f79.tar.gz
make the TBL variable work as intended
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index c40d9b3177b..174b6ac404d 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -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 @@ _TOOLS_PROGNAME.tbl= /usr/bin/tbl
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