From cc1adc655e0072ee710ff8abb30b64165c07db55 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 31 Jul 2015 14:35:39 +0000 Subject: [PATCH] - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- shells/zsh/Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index d1199e7763d6..a93fb60c3689 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,7 +3,7 @@ PORTNAME= zsh PORTVERSION= 5.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= shells MASTER_SITES= \ SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ @@ -24,7 +24,17 @@ MAKE_JOBS_UNSAFE= yes ZSH_VER= ${PORTVERSION} -USES= iconv ncurses tar:bzip2 +USES= iconv ncurses shebangfix tar:bzip2 +SHEBANG_FILES= Functions/Calendar/calendar_add \ + Functions/Misc/checkmail \ + Functions/Misc/run-help \ + Functions/Misc/sticky-note \ + Functions/Misc/zcalc \ + Functions/Misc/zed \ + Functions/Misc/zkbd +SHEBANG_LANG= zsh +zsh_OLD_CMD= /bin/zsh +zsh_CMD= ${PREFIX}/bin/zsh GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED @@ -76,6 +86,7 @@ CONFIGURE_ENV+= ac_cv_lib_iconv_libiconv=no .endif post-patch: + @${REINPLACE_CMD} -i '' -e '1s|zsh|${zsh_CMD}|' ${WRKSRC}/Functions/Misc/run-help-ip @${REINPLACE_CMD} -e '/LIBS/s/-lrt//' ${WRKSRC}/configure @${SED} -i "" -e "s,link=dynamic,link=either," \ ${WRKSRC}/Src/Modules/*.mdd