summaryrefslogtreecommitdiff
path: root/lang/STk
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:15:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:15:22 +0000
commitec1227dbac62a657855bbb3f4342579a0d488a8a (patch)
tree321a6dde641a2d330061e1f2b254cd22e49eccda /lang/STk
parentfor 5.x, add a patch to modify /dev/vga to /dev/ttyv0 (diff)
backout ports/56801
Noticed by: FreshPorts sanity checking
Notes
Notes: svn path=/head/; revision=89494
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 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>