svn commit: r398305 - head/science/udunits

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:56:26 UTC 2015


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>


More information about the svn-ports-all mailing list