diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-17 12:22:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-17 12:22:51 +0000 |
commit | 522b80980e22036f0bb5ce54df13abc987f37c0d (patch) | |
tree | b671e3a483ff1e2e238196df482f36838eaa9fd8 /shells | |
parent | 6d5af2f5e7ca642176bc3ec5af047c64584645e4 (diff) | |
download | pkgsrc-522b80980e22036f0bb5ce54df13abc987f37c0d.tar.gz |
Fix path to zsh in two more files, which are not installed.
Ride PKGREVISION bump.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index eac7bdafa8d..65a064d0c5f 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2012/08/17 12:15:37 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2012/08/17 12:22:51 wiz Exp $ .include "../../shells/zsh/Makefile.common" @@ -14,6 +14,7 @@ SUBST_FILES.prefix-fixup= \ Misc/globtests \ Misc/globtests.ksh \ Test/ztst.zsh \ + Test/runtests.zsh \ Util/reporter \ Functions/Calendar/calendar_add \ Functions/Misc/run-help \ @@ -22,7 +23,8 @@ SUBST_FILES.prefix-fixup= \ Functions/Misc/zcalc \ Functions/Misc/zkbd \ Functions/Misc/zed \ - Functions/Example/cat + 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' \ |