svn commit: r398301 - head/science/netcdf

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


Author: sunpoet
Date: Thu Oct  1 15:56:08 2015
New Revision: 398301
URL: https://svnweb.freebsd.org/changeset/ports/398301

Log:
  - Convert to new test framework

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Thu Oct  1 15:56:04 2015	(r398300)
+++ head/science/netcdf/Makefile	Thu Oct  1 15:56:08 2015	(r398301)
@@ -26,6 +26,7 @@ CPPFLAGS+=	-I${WRKSRC}/include -I${LOCAL
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LIBS+=		-L${LOCALBASE}/lib
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		libtool pathfix
 
@@ -51,7 +52,4 @@ post-install-DOXYGEN-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
-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