[Bug 265421] net/rclone: does not respect WRKDIRPREFIX, creates huge directory structure in /usr/ports/distfiles/go

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 30 Jul 2022 16:21:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265421

Dmitri Goutnik <dmgk@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmgk@freebsd.org

--- Comment #3 from Dmitri Goutnik <dmgk@freebsd.org> ---
(In reply to Martin Birgmeier from comment #2)
The distfiles/go directory structure you're observing is the Go modules cache
which it creates during the fetch stage. If you'd like it to be gone after the
build, `make distclean` will get rid of it. Putting it in the WRKDIR would be
wasteful because it would be re-downloaded for each build.

-- 
You are receiving this mail because:
You are the assignee for the bug.