summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tk84
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-11-18 13:26:18 +0000
committerdinoex <dinoex@FreeBSD.org>2003-11-18 13:26:18 +0000
commit4cd4e5647a17ed27c922d29bc6264e695d4fbeaa (patch)
tree2de7dc8269cea50d1cba121a9cf0c69f3622fd56 /x11-toolkits/tk84
parent806a2086de75c4544605bba240e3c19d93d4e003 (diff)
downloadFreeBSD-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/Makefile4
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>
OpenPOWER on IntegriCloud