aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:56:17 +0000
commit145a8946561e83db4c916d6ce0741e79bfcbdc9c (patch)
treeb405dde32489b97a8574a21d67beec1dbf775a3e
parent4253471876269cccb19f5c110092f23550805ecb (diff)
Notes
-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>