aboutsummaryrefslogtreecommitdiff
path: root/lang/STk
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:50:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:50:09 +0000
commita58129d3de9c98ef3845e22d350633da5e5e4a75 (patch)
tree038d6538fe46249bbc84ced49277b4c98c59a3db /lang/STk
parent34171d18e7d15518b0d4be05014647ae496a03b1 (diff)
downloadports-a58129d3de9c98ef3845e22d350633da5e5e4a75.tar.gz
ports-a58129d3de9c98ef3845e22d350633da5e5e4a75.zip
Notes
Diffstat (limited to 'lang/STk')
-rw-r--r--lang/STk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 15703c4024d2..4ec0761e52c1 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -20,6 +20,6 @@ GNU_CONFIGURE= yes
PLIST_SUB= STK_VERSION=${PORTVERSION} STK_ARCH=${STK_ARCH}
-STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
+STK_ARCH!= ${ECHO_CMD} "$$(uname)-$$(uname -r)-$$(uname -m)"
.include <bsd.port.mk>