summaryrefslogtreecommitdiffstats
path: root/archivers/makeself
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-26 22:02:00 +0000
committerkris <kris@FreeBSD.org>2003-10-26 22:02:00 +0000
commit3ad7b7e6379f7d381e1f0c194ad988c7a06fb537 (patch)
treebc2de571a02b2bf9268d01bc6af6da3feb000e33 /archivers/makeself
parentc90d909dd04b82f358a7ebb43a2d06db7d55ce1e (diff)
downloadFreeBSD-ports-3ad7b7e6379f7d381e1f0c194ad988c7a06fb537.zip
FreeBSD-ports-3ad7b7e6379f7d381e1f0c194ad988c7a06fb537.tar.gz
portlint (variable ordering, explicit /usr/local and /usr/ports refs)
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 cc4e508..d7e3f71 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
OpenPOWER on IntegriCloud