archivers/makeself: Use USES makeself

- use 'USES= makeself' to extract .run self-extractable script instead
   of executing it
This commit is contained in:
Nuno Teixeira 2022-08-15 20:42:51 +01:00
parent 5174919d2e
commit 7b85796905

View file

@ -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