archivers/makeself: Use USES makeself
- use 'USES= makeself' to extract .run self-extractable script instead of executing it
This commit is contained in:
parent
5174919d2e
commit
7b85796905
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue