summaryrefslogtreecommitdiff
path: root/x11-toolkits/tk84
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-11-18 13:26:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-11-18 13:26:18 +0000
commitabf0fa71b10105af3141f60c79cf4fb65271afda (patch)
tree5d70a603823e834e4e4b470298fe3a7d6edfde43 /x11-toolkits/tk84
parent- make portlint happy (diff)
- use ECHO_CMD in test
Notes
Notes: svn path=/head/; revision=94260
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r--x11-toolkits/tk84/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile
index 16e64682a3f9..a90d8179ec20 100644
--- a/x11-toolkits/tk84/Makefile
+++ b/x11-toolkits/tk84/Makefile
@@ -353,7 +353,7 @@ post-install:
test:
cd ${WRKSRC}; make test
- echo "package require Tk" | tclsh${TK_VER}
- echo "load libtk${SHORT_TK_VER}.so" | tclsh${TK_VER}
+ ${ECHO_CMD} "package require Tk" | tclsh${TK_VER}
+ ${ECHO_CMD} "load libtk${SHORT_TK_VER}.so" | tclsh${TK_VER}
.include <bsd.port.post.mk>