aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:18:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:46 +0000
commit69ebc1ac8149b370d105f42aeaf2b1e21f48e1f9 (patch)
tree4c3fbff4d234e7f42f927fe6d26ddbea54946c46
parent6f3b57fcbef7c625398c977a75ff2332a3f71178 (diff)
downloadports-69ebc1ac8149b370d105f42aeaf2b1e21f48e1f9.tar.gz
ports-69ebc1ac8149b370d105f42aeaf2b1e21f48e1f9.zip
science/cdo: Use SETENVI instead of SETENV
-rw-r--r--science/cdo/Makefile2
1 files changed, 1 insertions, 1 deletions
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>