svn commit: r336736 - in head: archivers/gcpio archivers/gtar audio/flac audio/libogg audio/libvorbis

Christian Weisgerber naddy at FreeBSD.org
Tue Dec 17 16:01:40 UTC 2013


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>


More information about the svn-ports-head mailing list