Fri Aug 17 12:22:51 2012 UTC ()
Fix path to zsh in two more files, which are not installed.
Ride PKGREVISION bump.


(wiz)
diff -r1.59 -r1.60 pkgsrc/shells/zsh/Makefile

cvs diff -r1.59 -r1.60 pkgsrc/shells/zsh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/zsh/Makefile 2012/08/17 12:15:37 1.59
+++ pkgsrc/shells/zsh/Makefile 2012/08/17 12:22:51 1.60
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: Makefile,v 1.59 2012/08/17 12:15:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.60 2012/08/17 12:22:51 wiz Exp $
2 2
3.include "../../shells/zsh/Makefile.common" 3.include "../../shells/zsh/Makefile.common"
4 4
5ZSH_VERSION= 5.0.0 5ZSH_VERSION= 5.0.0
6ZSH_MAINTAINER= uebayasi@NetBSD.org 6ZSH_MAINTAINER= uebayasi@NetBSD.org
7PKGREVISION= 2 7PKGREVISION= 2
8 8
9CONFIGURE_ARGS+= --disable-gdbm 9CONFIGURE_ARGS+= --disable-gdbm
10 10
11SUBST_CLASSES+= prefix-fixup 11SUBST_CLASSES+= prefix-fixup
12SUBST_STAGE.prefix-fixup= pre-configure 12SUBST_STAGE.prefix-fixup= pre-configure
13SUBST_FILES.prefix-fixup= \ 13SUBST_FILES.prefix-fixup= \
14 Misc/globtests \ 14 Misc/globtests \
15 Misc/globtests.ksh \ 15 Misc/globtests.ksh \
16 Test/ztst.zsh \ 16 Test/ztst.zsh \
 17 Test/runtests.zsh \
17 Util/reporter \ 18 Util/reporter \
18 Functions/Calendar/calendar_add \ 19 Functions/Calendar/calendar_add \
19 Functions/Misc/run-help \ 20 Functions/Misc/run-help \
20 Functions/Misc/checkmail \ 21 Functions/Misc/checkmail \
21 Functions/Misc/sticky-note \ 22 Functions/Misc/sticky-note \
22 Functions/Misc/zcalc \ 23 Functions/Misc/zcalc \
23 Functions/Misc/zkbd \ 24 Functions/Misc/zkbd \
24 Functions/Misc/zed \ 25 Functions/Misc/zed \
25 Functions/Example/cat 26 Functions/Example/cat \
 27 Functions/Example/zless
26SUBST_SED.prefix-fixup= \ 28SUBST_SED.prefix-fixup= \
27 -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \ 29 -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \
28 -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g' \ 30 -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g' \
29 -e 's|^\#\!/usr/local/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \ 31 -e 's|^\#\!/usr/local/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \
30 -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g' 32 -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g'
31 33
32.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"