aboutsummaryrefslogtreecommitdiffstats
path: root/science/netcdf-fortran
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-01 23:56:17 +0800
commit39432e9fd10e98c24a46bb63585752eda97bd91e (patch)
treeb405dde32489b97a8574a21d67beec1dbf775a3e /science/netcdf-fortran
parent1ecf75aa2d7443aae65415e932e57045f850f856 (diff)
downloadfreebsd-ports-gnome-39432e9fd10e98c24a46bb63585752eda97bd91e.tar.gz
freebsd-ports-gnome-39432e9fd10e98c24a46bb63585752eda97bd91e.tar.zst
freebsd-ports-gnome-39432e9fd10e98c24a46bb63585752eda97bd91e.zip
- Convert to new test framework
Diffstat (limited to 'science/netcdf-fortran')
-rw-r--r--science/netcdf-fortran/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile
index f2a940d0983c..5a2a4e1287f3 100644
--- a/science/netcdf-fortran/Makefile
+++ b/science/netcdf-fortran/Makefile
@@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV= MAKEINFOFLAGS=--no-split
MAKE_JOBS_UNSAFE= yes
+TEST_TARGET= check
USE_LDCONFIG= yes
USES= fortran libtool makeinfo pathfix
@@ -27,7 +28,4 @@ USE_GITHUB= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdff.so.6.0.1
-regression-test test: build
- cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
.include <bsd.port.mk>