aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:08 +0000
commit16ba17350ab891dbedb220ff04ce7814b818aad9 (patch)
treea3b8353f1b24caba56617a54bbd52e83b6316359 /science/netcdf
parent7cf8093ec1e8c1a73535a6a568b6e36ba41a8c72 (diff)
downloadports-16ba17350ab891dbedb220ff04ce7814b818aad9.tar.gz
ports-16ba17350ab891dbedb220ff04ce7814b818aad9.zip
- Convert to new test framework
Notes
Notes: svn path=/head/; revision=398301
Diffstat (limited to 'science/netcdf')
-rw-r--r--science/netcdf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile
index c6ca23e39dcd..e84fe7da52b8 100644
--- a/science/netcdf/Makefile
+++ b/science/netcdf/Makefile
@@ -26,6 +26,7 @@ CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC
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>