summaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 227774ca634..eac7bdafa8d 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.58 2012/08/17 10:53:09 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2012/08/17 12:15:37 wiz Exp $
.include "../../shells/zsh/Makefile.common"
ZSH_VERSION= 5.0.0
ZSH_MAINTAINER= uebayasi@NetBSD.org
-PKGREVISION= 1
-
-USE_TOOLS+= env
+PKGREVISION= 2
CONFIGURE_ARGS+= --disable-gdbm
@@ -26,8 +24,6 @@ SUBST_FILES.prefix-fixup= \
Functions/Misc/zed \
Functions/Example/cat
SUBST_SED.prefix-fixup= \
- -e 's|^\#\!/bin/env|\#\!${TOOLS_PATH.env}|g' \
- -e 's|^\#\! /bin/env|\#\! ${TOOLS_PATH.env}|g' \
-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' \