aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf-cxx
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:12 +0000
commit4253471876269cccb19f5c110092f23550805ecb (patch)
treed1a6406b88a4af00968488d2c314a4d6488ea53a /science/netcdf-cxx
parent16ba17350ab891dbedb220ff04ce7814b818aad9 (diff)
downloadports-4253471876269cccb19f5c110092f23550805ecb.tar.gz
ports-4253471876269cccb19f5c110092f23550805ecb.zip
- Convert to new test framework
Notes
Notes: svn path=/head/; revision=398302
Diffstat (limited to 'science/netcdf-cxx')
-rw-r--r--science/netcdf-cxx/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/science/netcdf-cxx/Makefile b/science/netcdf-cxx/Makefile
index b0a62bca65ea..d26a8fa0270d 100644
--- a/science/netcdf-cxx/Makefile
+++ b/science/netcdf-cxx/Makefile
@@ -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>