Date: Thu, 1 Oct 2015 15:56:13 +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: r398302 - head/science/netcdf-cxx Message-ID: <201510011556.t91FuDFK061704@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Oct 1 15:56:12 2015 New Revision: 398302 URL: https://svnweb.freebsd.org/changeset/ports/398302 Log: - Convert to new test framework Modified: head/science/netcdf-cxx/Makefile Modified: head/science/netcdf-cxx/Makefile ============================================================================== --- head/science/netcdf-cxx/Makefile Thu Oct 1 15:56:08 2015 (r398301) +++ head/science/netcdf-cxx/Makefile Thu Oct 1 15:56:12 2015 (r398302) @@ -17,6 +17,7 @@ CONFLICTS= netcdf-3.* netcdf-4.[0-2].* CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib +TEST_TARGET= check USE_LDCONFIG= yes USES= libtool pathfix @@ -27,7 +28,4 @@ USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdf_c++4.so.1 -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.t91FuDFK061704>