Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2022 19:02:10 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9fbc990a2066 - main - devel/boost-jam: Bring EXTRACT_AFTER_ARGS in line with bsd.port.mk default value.
Message-ID:  <202203141902.22EJ2A1m002023@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203141902.22EJ2A1m002023>