Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:58:20 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: ec0692630437 - main - devel/tinycbor: Use SETENVI instead of SETENV
Message-ID:  <202403231458.42NEwKAe085209@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=ec0692630437bd7d3f4a20430b06bd39421a405d

commit ec0692630437bd7d3f4a20430b06bd39421a405d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:18:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:43 +0000

    devel/tinycbor: Use SETENVI instead of SETENV
---
 devel/tinycbor/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/tinycbor/Makefile b/devel/tinycbor/Makefile
index 1052aa4dfccb..2ebd07ac91d3 100644
--- a/devel/tinycbor/Makefile
+++ b/devel/tinycbor/Makefile
@@ -23,7 +23,7 @@ GH_ACCOUNT=	intel
 USE_GITHUB=	yes
 
 do-configure:
-	@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} configure
+	@cd ${WRKSRC}/ && ${SETENVI} ${MAKE_ENV} ${MAKE_CMD} configure
 
 post-install:
 	${LN} -fs libtinycbor.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libtinycbor.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231458.42NEwKAe085209>