diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 22:02:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-26 22:02:00 +0000 |
commit | f26b74d99d18827a4ebf2e171f1567aaebedc0a9 (patch) | |
tree | 1057bd6afa43865ae383c75478b54679494b2447 /archivers | |
parent | portlint (fix whitespace) (diff) |
portlint (variable ordering, explicit /usr/local and /usr/ports refs)
Notes
Notes:
svn path=/head/; revision=92249
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/makeself/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index cc4e5081dcbb..d7e3f71cdef2 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -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 |