Date: Wed, 21 Aug 2013 12:08:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325111 - head/science/netcdf4 Message-ID: <201308211208.r7LC8fhU097033@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308211208.r7LC8fhU097033>