svn commit: r403694 - head/graphics/plotutils

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 13 22:34:55 UTC 2015


Author: amdmi3
Date: Sun Dec 13 22:34:54 2015
New Revision: 403694
URL: https://svnweb.freebsd.org/changeset/ports/403694

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/plotutils/Makefile

Modified: head/graphics/plotutils/Makefile
==============================================================================
--- head/graphics/plotutils/Makefile	Sun Dec 13 21:56:50 2015	(r403693)
+++ head/graphics/plotutils/Makefile	Sun Dec 13 22:34:54 2015	(r403694)
@@ -17,16 +17,11 @@ USES=		gmake motif libtool	# parallel bu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-libplotter --enable-libxmi --with-motif
 USE_LDCONFIG=	yes
+TEST_TARGET=	check
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 INFO=		libxmi plotutils
 
-test: build
-	@${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} ${_MAKE_JOBS} \
-		${MAKE_ARGS} check
-
-regression-test: test
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list