Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 15:56:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398305 - head/science/udunits
Message-ID:  <201510011556.t91FuQ2F062012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 15:56:25 2015
New Revision: 398305
URL: https://svnweb.freebsd.org/changeset/ports/398305

Log:
  - Convert to new test framework

Modified:
  head/science/udunits/Makefile

Modified: head/science/udunits/Makefile
==============================================================================
--- head/science/udunits/Makefile	Thu Oct  1 15:56:21 2015	(r398304)
+++ head/science/udunits/Makefile	Thu Oct  1 15:56:25 2015	(r398305)
@@ -19,6 +19,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		libtool
 
@@ -29,7 +30,4 @@ PORTDOCS=	*
 post-patch:
 	@${REINPLACE_CMD} -e '/install-data-hook$$/d' ${WRKSRC}/lib/Makefile.in
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510011556.t91FuQ2F062012>