aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/gtar
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gtar')
-rw-r--r--archivers/gtar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile
index 606cb03937f..3d466a47b51 100644
--- a/archivers/gtar/Makefile
+++ b/archivers/gtar/Makefile
@@ -45,6 +45,6 @@ STATIC_ARGS= lib
.endif
regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.mk>