summaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/STk/Makefile')
-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>