aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-08-21 20:08:40 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-08-21 20:08:40 +0800
commit97a5b85b51997bfc3aa1bb5e303ebc83a8ec14c4 (patch)
tree0a2b77d996b9aa711354e1058c5d57fd812893f4 /science
parent25506224708bc7c82f5074a3fc422e20371919d0 (diff)
downloadfreebsd-ports-gnome-97a5b85b51997bfc3aa1bb5e303ebc83a8ec14c4.tar.gz
freebsd-ports-gnome-97a5b85b51997bfc3aa1bb5e303ebc83a8ec14c4.tar.zst
freebsd-ports-gnome-97a5b85b51997bfc3aa1bb5e303ebc83a8ec14c4.zip
- Add missing tab in USES=pathfix
- Add test:
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>