aboutsummaryrefslogtreecommitdiffstats
path: root/www/websh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/websh/Makefile')
-rw-r--r--www/websh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/websh/Makefile b/www/websh/Makefile
index c97b1312d7be..fb146b4bfb8a 100644
--- a/www/websh/Makefile
+++ b/www/websh/Makefile
@@ -56,7 +56,7 @@ post-configure:
-e 's,-DPACKAGE_[^=]*=."[^"]*",,g' ${WRKSRC}/Makefile
post-build test:
- ${SETENV} LANG=C ${GMAKE} -C ${WRKSRC} test | ${AWK} '\
+ ${SETENV} LANG=C ${MAKE_CMD} -C ${WRKSRC} test | ${AWK} '\
/Failed/ && $$NF {failed=1} \
END {exit failed} \
{print}'