aboutsummaryrefslogtreecommitdiffstats
path: root/science/netcdf
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:08 +0800
commit0c36e96aeb72eb958d871f6a3351a30fab06232c (patch)
treea3b8353f1b24caba56617a54bbd52e83b6316359 /science/netcdf
parent679e2f8a4cf02bf967ac9edb0202dfd5aab4da36 (diff)
downloadfreebsd-ports-gnome-0c36e96aeb72eb958d871f6a3351a30fab06232c.tar.gz
freebsd-ports-gnome-0c36e96aeb72eb958d871f6a3351a30fab06232c.tar.zst
freebsd-ports-gnome-0c36e96aeb72eb958d871f6a3351a30fab06232c.zip
- Convert to new test framework
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>