git: 7b857969054e - main - archivers/makeself: Use USES makeself
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Aug 2022 19:45:37 UTC
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