Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2022 19:45:37 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b857969054e - main - archivers/makeself: Use USES makeself
Message-ID:  <202208151945.27FJjbcG011953@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b857969054ebdb0233a1df325410b0ee53b3045

commit 7b857969054ebdb0233a1df325410b0ee53b3045
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-08-15 19:42:51 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-15 19:42:51 +0000

    archivers/makeself: Use USES makeself
    
     - use 'USES= makeself' to extract .run self-extractable script instead
       of executing it
---
 archivers/makeself/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile
index d8035fe364e8..24dacac6e975 100644
--- a/archivers/makeself/Makefile
+++ b/archivers/makeself/Makefile
@@ -10,15 +10,16 @@ COMMENT=	Neat script to make self-extracting archives
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-EXTRACT_CMD=	${SH}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS=	--nox11 --target ${WRKSRC}
+USES=		makeself
 
 NO_ARCH=	yes
 NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
-PLIST_FILES=	bin/makeself bin/makeself-header \
-		bin/makeself-header.sh bin/makeself.sh \
+PLIST_FILES=	bin/makeself \
+		bin/makeself-header \
+		bin/makeself-header.sh \
+		bin/makeself.sh \
 		man/man1/makeself.1.gz
 PORTDOCS=	README.md
 



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