git: 21a37de5afa0 - main - cad/lib3mf: Adjust EXTRACT_AFTER_ARGS

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 23 Nov 2025 10:37:01 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21a37de5afa0d2eecd7b26f7bf713feb6097b495

commit 21a37de5afa0d2eecd7b26f7bf713feb6097b495
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-11-23 09:46:35 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-11-23 10:35:57 +0000

    cad/lib3mf: Adjust EXTRACT_AFTER_ARGS
    
    Defining EXTRACT_AFTER_ARGS removes the default
    --no-same-owner --no-same-permissions
    
    Approved by:    blanket, just fix it
---
 cad/lib3mf/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cad/lib3mf/Makefile b/cad/lib3mf/Makefile
index 566bd94f4c6c..d74230a64629 100644
--- a/cad/lib3mf/Makefile
+++ b/cad/lib3mf/Makefile
@@ -29,7 +29,8 @@ EXTRACT_AFTER_ARGS=	--exclude Libraries/fast_float \
 			--exclude submodules/fast_float \
 			--exclude submodules/googletest \
 			--exclude submodules/libzip \
-			--exclude submodules/zlib
+			--exclude submodules/zlib \
+			--no-same-owner --no-same-permissions
 
 NO_WRKSUBDIR=	yes