[Bug 281206] www/wt: Revamp port and update to 4.10.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Sep 2024 18:01:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281206

--- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> ---
You can use something like this:
EXTRACT_AFTER_ARGS=     --exclude ".gitignore" --no-same-owner
--no-same-permissions
instead of
post-extract:
        ${FIND} ${WRKSRC} -name .gitignore -delete

Check examples in other ports - search for EXTRACT_AFTER_ARGS.

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