svn commit: r424783 - head/devel/libuv

Thierry Thomas thierry at FreeBSD.org
Thu Oct 27 19:18:16 UTC 2016


Author: thierry
Date: Thu Oct 27 19:18:14 2016
New Revision: 424783
URL: https://svnweb.freebsd.org/changeset/ports/424783

Log:
  Switch to do-test.
  
  Suggested by:	amdmi3

Modified:
  head/devel/libuv/Makefile

Modified: head/devel/libuv/Makefile
==============================================================================
--- head/devel/libuv/Makefile	Thu Oct 27 18:31:41 2016	(r424782)
+++ head/devel/libuv/Makefile	Thu Oct 27 19:18:14 2016	(r424783)
@@ -29,11 +29,9 @@ pre-configure:
 	${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \
 		> ${WRKSRC}/m4/libuv-extra-automake-flags.m4
 
-.if defined(MAINTAINER_MODE)
-regression-test:
+do-test:
 	(cd ${WRKSRC} && ./gyp_uv.py -f make &&	\
 	${SETENV} ${MAKE_ENV} ${GMAKE} -C out && \
 	./out/Debug/run-tests)
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list