diff options
Diffstat (limited to 'archivers/makeself/Makefile')
-rw-r--r-- | archivers/makeself/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index caa4b92df97c..7031018c88e5 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -20,8 +20,11 @@ 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 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} |