diff options
author | kris <kris@FreeBSD.org> | 2003-10-26 22:02:00 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-26 22:02:00 +0000 |
commit | 3ad7b7e6379f7d381e1f0c194ad988c7a06fb537 (patch) | |
tree | bc2de571a02b2bf9268d01bc6af6da3feb000e33 /archivers/makeself | |
parent | c90d909dd04b82f358a7ebb43a2d06db7d55ce1e (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |