portlint (variable ordering, explicit /usr/local and /usr/ports refs)
This commit is contained in:
parent
cd526025d6
commit
f26b74d99d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92249
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@ EXTRACT_SUFX= .run
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A neat script to make self-extracting archives
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2
|
||||
|
||||
EXTRACT_CMD= ${SH}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC}
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
RUN_DEPENDS= /usr/local/bin/bash:/usr/ports/shells/bash2
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/makeself-header.sh ${PREFIX}/bin/makeself-header.sh
|
||||
|
|
Loading…
Reference in a new issue