diff options
-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 |