Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 16:01:38 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336736 - in head: archivers/gcpio archivers/gtar audio/flac audio/libogg audio/libvorbis
Message-ID:  <201312171601.rBHG1c8l036105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Tue Dec 17 16:01:38 2013
New Revision: 336736
URL: http://svnweb.freebsd.org/changeset/ports/336736

Log:
  Use MAKE_CMD to run regression tests.

Modified:
  head/archivers/gcpio/Makefile
  head/archivers/gtar/Makefile
  head/audio/flac/Makefile
  head/audio/libogg/Makefile
  head/audio/libvorbis/Makefile

Modified: head/archivers/gcpio/Makefile
==============================================================================
--- head/archivers/gcpio/Makefile	Tue Dec 17 15:57:48 2013	(r336735)
+++ head/archivers/gcpio/Makefile	Tue Dec 17 16:01:38 2013	(r336736)
@@ -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>

Modified: head/archivers/gtar/Makefile
==============================================================================
--- head/archivers/gtar/Makefile	Tue Dec 17 15:57:48 2013	(r336735)
+++ head/archivers/gtar/Makefile	Tue Dec 17 16:01:38 2013	(r336736)
@@ -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>

Modified: head/audio/flac/Makefile
==============================================================================
--- head/audio/flac/Makefile	Tue Dec 17 15:57:48 2013	(r336735)
+++ head/audio/flac/Makefile	Tue Dec 17 16:01:38 2013	(r336736)
@@ -45,6 +45,6 @@ post-build:
 	${REINPLACE_CMD} 's:%%PREFIX%%:${PREFIX}:' ${WRKSRC}/man/flac.1
 
 regression-test: build
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} check
+	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
 
 .include <bsd.port.mk>

Modified: head/audio/libogg/Makefile
==============================================================================
--- head/audio/libogg/Makefile	Tue Dec 17 15:57:48 2013	(r336735)
+++ head/audio/libogg/Makefile	Tue Dec 17 16:01:38 2013	(r336736)
@@ -18,6 +18,6 @@ GNU_CONFIGURE=	yes
 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>

Modified: head/audio/libvorbis/Makefile
==============================================================================
--- head/audio/libvorbis/Makefile	Tue Dec 17 15:57:48 2013	(r336735)
+++ head/audio/libvorbis/Makefile	Tue Dec 17 16:01:38 2013	(r336736)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312171601.rBHG1c8l036105>