git: 2f0278caaf29 - main - devel/omake: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 12:40:41 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f0278caaf2974c9b9ad4da4112c83eddab2165d commit 2f0278caaf2974c9b9ad4da4112c83eddab2165d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-12-07 12:35:35 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-12-07 12:40:24 +0000 devel/omake: Use SETENVI instead of SETENV --- devel/omake/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/omake/Makefile b/devel/omake/Makefile index 6f32398bbcc5..0e27bdf453b8 100644 --- a/devel/omake/Makefile +++ b/devel/omake/Makefile @@ -23,7 +23,7 @@ INFO= omake-doc OPTIONS_DEFINE= DOCS bench: build - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_ARGS} boot/omake bench + @cd ${WRKSRC}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_ARGS} boot/omake bench post-install: @(cd ${WRKSRC}/doc/info && ${INSTALL_DATA} omake-doc.info \ @@ -37,7 +37,7 @@ post-install-DOCS-on: @(cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) do-test: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_ARGS} boot/omake check + @cd ${WRKSRC}; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_ARGS} boot/omake check @${FIND} -ds ${WRKSRC}/test -type f -name 'result.log' -print0 | \ ${XARGS} -0tI @ ${CAT} @