From adda884d44cb88a3a470e58f81adefef66c4f3b7 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 21:07:31 +0000 Subject: "Each sed command should appear in an assignment of its own." --- shells/zsh/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'shells') 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" -- cgit v1.2.3