svn commit: r343775 - head/misc/posixtestsuite

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 16:56:59 UTC 2014


Author: miwi
Date: Tue Feb 11 16:56:58 2014
New Revision: 343775
URL: http://svnweb.freebsd.org/changeset/ports/343775
QAT: https://qat.redports.org/buildarchive/r343775/

Log:
  - Stage support
  - Convert from USE_GMAKE to uses

Modified:
  head/misc/posixtestsuite/Makefile

Modified: head/misc/posixtestsuite/Makefile
==============================================================================
--- head/misc/posixtestsuite/Makefile	Tue Feb 11 16:56:03 2014	(r343774)
+++ head/misc/posixtestsuite/Makefile	Tue Feb 11 16:56:58 2014	(r343775)
@@ -15,9 +15,8 @@ NO_BUILD=	YES
 NO_INSTALL=	YES
 NO_PACKAGE=	"Nothing to package"
 
-USE_GMAKE=	YES
+USES=		gmake
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 REGR_LOG=	log.run-5current


More information about the svn-ports-head mailing list