diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-11-18 13:26:18 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-11-18 13:26:18 +0000 |
commit | 4cd4e5647a17ed27c922d29bc6264e695d4fbeaa (patch) | |
tree | 2de7dc8269cea50d1cba121a9cf0c69f3622fd56 /x11-toolkits/tk84 | |
parent | 806a2086de75c4544605bba240e3c19d93d4e003 (diff) | |
download | FreeBSD-ports-4cd4e5647a17ed27c922d29bc6264e695d4fbeaa.zip FreeBSD-ports-4cd4e5647a17ed27c922d29bc6264e695d4fbeaa.tar.gz |
- use ECHO_CMD in test
Diffstat (limited to 'x11-toolkits/tk84')
-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 16e6468..a90d817 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> |