aboutsummaryrefslogtreecommitdiff
path: root/archivers/gcpio/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-12-17 16:01:38 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-12-17 16:01:38 +0000
commit487b0e5355b8e7798e8c0261b11c46be915ac383 (patch)
tree4176e1327d27c2034c64483e7cd21c7911f8476b /archivers/gcpio/Makefile
parent7dd7166206e1fe6a71629371eb2c57a976c8fc20 (diff)
downloadports-487b0e5355b8e7798e8c0261b11c46be915ac383.tar.gz
ports-487b0e5355b8e7798e8c0261b11c46be915ac383.zip
Use MAKE_CMD to run regression tests.
Notes
Notes: svn path=/head/; revision=336736
Diffstat (limited to 'archivers/gcpio/Makefile')
-rw-r--r--archivers/gcpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile
index bee82a17cdb1..f443be8098d1 100644
--- a/archivers/gcpio/Makefile
+++ b/archivers/gcpio/Makefile
@@ -26,6 +26,6 @@ NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.mk>