diff options
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 01562a24b9e..7a2597bb86c 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2013/01/03 15:37:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2013/04/06 21:07:35 rodent Exp $ .include "../../shells/zsh/Makefile.common" @@ -24,10 +24,9 @@ SUBST_FILES.prefix-fixup= \ Functions/Misc/zed \ Functions/Example/cat \ Functions/Example/zless -SUBST_SED.prefix-fixup= \ - -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \ - -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g' \ - -e 's|^\#\!/usr/local/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \ - -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g' +SUBST_SED.prefix-fixup= -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g' +SUBST_SED.prefix-fixup+= -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g' +SUBST_SED.prefix-fixup+= -e 's|^\#\!/usr/local/bin/zsh|\#\!${PREFIX}/bin/zsh|g' +SUBST_SED.prefix-fixup+= -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g' .include "../../mk/bsd.pkg.mk" |