git: 6f4f22dcb5e8 - main - Uses/zig.mk: Make ZIG_TUPLE handling code define WRKSRC_foo, like GH_TUPLE does
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 17:14:27 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f4f22dcb5e8dbab556bf3cff3b802d9bc45b354
commit 6f4f22dcb5e8dbab556bf3cff3b802d9bc45b354
Author: Kenneth Raplee <kenrap@kennethraplee.com>
AuthorDate: 2025-12-31 15:38:36 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-12-31 17:14:19 +0000
Uses/zig.mk: Make ZIG_TUPLE handling code define WRKSRC_foo, like GH_TUPLE does
---
Mk/Uses/zig.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/Mk/Uses/zig.mk b/Mk/Uses/zig.mk
index 89df64ffae71..63fed0ce133d 100644
--- a/Mk/Uses/zig.mk
+++ b/Mk/Uses/zig.mk
@@ -51,6 +51,7 @@ DIST_SUBDIR?= zig
. for group url dir in ${z:S/:/ /g:tw}
MASTER_SITES+= https://${url:H}/:${group}
DISTFILES+= ${url:T}:${group}
+WRKSRC_${group}=${ZIG_DEPSDIR}/${dir}
. endfor
. endfor