svn commit: r398479 - head/devel/nant

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


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

Log:
  - Convert to new test framework

Modified:
  head/devel/nant/Makefile

Modified: head/devel/nant/Makefile
==============================================================================
--- head/devel/nant/Makefile	Sat Oct  3 17:07:10 2015	(r398478)
+++ head/devel/nant/Makefile	Sat Oct  3 17:07:15 2015	(r398479)
@@ -18,6 +18,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 INSTALL_TARGET=	install destdir=${STAGEDIR} prefix=${PREFIX}
 MAKE_ARGS=	MCS=mcs MONO='mono --runtime=v4.0' TARGET=mono-4.0
 MAKE_JOBS_UNSAFE=	yes
+TEST_TARGET=	run-test
 USES=		gmake mono pkgconfig
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
@@ -31,7 +32,4 @@ post-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} run-test
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list