svn commit: r398302 - head/science/netcdf-cxx
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 1 15:56:13 UTC 2015
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>
More information about the svn-ports-all
mailing list