summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:08:40 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:08:40 +0000
commit7f24e27dc8e9633eb1096a3d3ecc80e6c9298bfd (patch)
tree0a2b77d996b9aa711354e1058c5d57fd812893f4 /science
parent- Use USES=gmake (diff)
- Add missing tab in USES=pathfix
- Add test:
Notes
Notes: svn path=/head/; revision=325111
Diffstat (limited to 'science')
-rw-r--r--science/netcdf4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile
index d93a3e7aa09e..7cb40988b511 100644
--- a/science/netcdf4/Makefile
+++ b/science/netcdf4/Makefile
@@ -28,8 +28,8 @@ GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18
MAKE_ENV= INFODIR="${PREFIX}/${INFO_PATH}" MAKEINFOFLAGS="--no-split"
-USES= pathfix
USE_LDCONFIG= yes
+USES= pathfix
INFO= netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \
netcdf-install netcdf-tutorial
@@ -76,7 +76,7 @@ post-install:
cd ${WRKSRC}/man4 && ${INSTALL_DATA} *.html *.pdf *.txt ${DOCSDIR}/
.endif
-regression-test: build
+regression-test test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>