svn commit: r398477 - head/devel/global

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:07:07 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:07:06 2015
New Revision: 398477
URL: https://svnweb.freebsd.org/changeset/ports/398477

Log:
  - Convert to new test framework

Modified:
  head/devel/global/Makefile

Modified: head/devel/global/Makefile
==============================================================================
--- head/devel/global/Makefile	Sat Oct  3 17:07:01 2015	(r398476)
+++ head/devel/global/Makefile	Sat Oct  3 17:07:06 2015	(r398477)
@@ -15,6 +15,7 @@ OPTIONS_DEFINE=	DOCS
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USES=		libtool perl5
 
 INFO=		global
@@ -27,7 +28,4 @@ post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list