summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/STk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index 4ec0761e52c1..15703c4024d2 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_CMD} "$$(uname)-$$(uname -r)-$$(uname -m)"
+STK_ARCH!= ${ECHO} "$$(uname)-$$(uname -r)-$$(uname -m)"
.include <bsd.port.mk>