diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-18 13:26:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-18 13:26:18 +0000 |
commit | abf0fa71b10105af3141f60c79cf4fb65271afda (patch) | |
tree | 5d70a603823e834e4e4b470298fe3a7d6edfde43 /x11-toolkits | |
parent | 1c0386bee7d65f00a2dc55178476b75f3cd5a14d (diff) | |
download | ports-abf0fa71b10105af3141f60c79cf4fb65271afda.tar.gz ports-abf0fa71b10105af3141f60c79cf4fb65271afda.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 4 |
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> |