git: 69ebc1ac8149 - main - science/cdo: Use SETENVI instead of SETENV

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 14:58:33 UTC
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>