diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-12-17 16:01:38 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-12-17 16:01:38 +0000 |
commit | 487b0e5355b8e7798e8c0261b11c46be915ac383 (patch) | |
tree | 4176e1327d27c2034c64483e7cd21c7911f8476b /archivers/gcpio/Makefile | |
parent | 7dd7166206e1fe6a71629371eb2c57a976c8fc20 (diff) | |
download | ports-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/Makefile | 2 |
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> |