Created attachment 246907 [details] cargo.mk.diff When DIST_SUBDIR is set in a port, extract target is failed. Because the DESTDIR variable is used instead of _DESTDIR.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2e360d6257f5c5ee9812fe996337d2da6150947 commit c2e360d6257f5c5ee9812fe996337d2da6150947 Author: Dmitry Wagin <dmitry.wagin@ya.ru> AuthorDate: 2023-12-31 17:58:41 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2024-01-07 15:14:10 +0000 Mk/Uses/cargo.mk: Fix cargo-extract target Fix an issue where the cargo-extract target fails when a port sets DIST_SUBDIR. PR: 275634 Approved by: tcberner (mentor), rust (tobik) Differential Revision: https://reviews.freebsd.org/D43259 Mk/Uses/cargo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Committed - Thanks!