svn commit: r325111 - head/science/netcdf4
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Aug 21 12:08:41 UTC 2013
Author: sunpoet
Date: Wed Aug 21 12:08:40 2013
New Revision: 325111
URL: http://svnweb.freebsd.org/changeset/ports/325111
Log:
- Add missing tab in USES=pathfix
- Add test:
Modified:
head/science/netcdf4/Makefile
Modified: head/science/netcdf4/Makefile
==============================================================================
--- head/science/netcdf4/Makefile Wed Aug 21 12:03:51 2013 (r325110)
+++ head/science/netcdf4/Makefile Wed Aug 21 12:08:40 2013 (r325111)
@@ -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>
More information about the svn-ports-all
mailing list