diff options
-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> |