git: 9fbc990a2066 - main - devel/boost-jam: Bring EXTRACT_AFTER_ARGS in line with bsd.port.mk default value.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Mar 2022 19:02:10 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9fbc990a2066bec06796d9ca6d510c1ef249f1f8
commit 9fbc990a2066bec06796d9ca6d510c1ef249f1f8
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-03-14 18:45:02 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-03-14 19:01:48 +0000
devel/boost-jam: Bring EXTRACT_AFTER_ARGS in line with bsd.port.mk default value.
PR: 221610
Approved by: fluffy
---
devel/boost-jam/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile
index 9666468cc672..f37b20a6ae00 100644
--- a/devel/boost-jam/Makefile
+++ b/devel/boost-jam/Makefile
@@ -5,7 +5,7 @@ COMMENT= Build tool from the boost.org
PLIST_FILES= bin/bjam
-EXTRACT_AFTER_ARGS= ${DISTNAME}/${WRKSRC_SUBDIR}
+EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions ${DISTNAME}/${WRKSRC_SUBDIR}
MAKE_CMD= ./build.sh
ALL_TARGET= ${CHOSEN_COMPILER_TYPE} ${WITH_DEBUG:D--debug}
MAKE_FLAGS= #