git: ec0692630437 - main - devel/tinycbor: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:20 UTC
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