aboutsummaryrefslogtreecommitdiff
path: root/audio/libvorbis
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 /audio/libvorbis
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 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index b42414745a33..1b1c329f0c3f 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -25,6 +25,6 @@ CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \
OPTIONS_DEFINE= DOCS
regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
.include <bsd.port.mk>