summaryrefslogtreecommitdiff
path: root/archivers/makeself
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-26 22:02:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-26 22:02:00 +0000
commitf26b74d99d18827a4ebf2e171f1567aaebedc0a9 (patch)
tree1057bd6afa43865ae383c75478b54679494b2447 /archivers/makeself
parentportlint (fix whitespace) (diff)
portlint (variable ordering, explicit /usr/local and /usr/ports refs)
Notes
Notes: svn path=/head/; revision=92249
Diffstat (limited to 'archivers/makeself')
-rw-r--r--archivers/makeself/Makefile4
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