Date: Sat, 23 Mar 2024 14:58:33 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 69ebc1ac8149 - main - science/cdo: Use SETENVI instead of SETENV Message-ID: <202403231458.42NEwXZV085719@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=69ebc1ac8149b370d105f42aeaf2b1e21f48e1f9 commit 69ebc1ac8149b370d105f42aeaf2b1e21f48e1f9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:18:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:46 +0000 science/cdo: Use SETENVI instead of SETENV --- science/cdo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 65e5fdb4594c..ba3f6d3865b1 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -70,6 +70,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/libcdi/src/cdi.inc ${STAGEDIR}${PREFIX}/include/cdi.inc test-NETCDF-on: - @cd ${WRKSRC}/ && ${SETENV} CDO_PATH=src/cdo src/cdotest + @cd ${WRKSRC}/ && ${SETENVI} CDO_PATH=src/cdo src/cdotest .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231458.42NEwXZV085719>