diff options
author | wiz <wiz@pkgsrc.org> | 2010-04-29 22:23:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-04-29 22:23:37 +0000 |
commit | b768d8562033f92d9ad6b658f9e2143cbd01a0fb (patch) | |
tree | 62db579e559627569393e52ff8570444688dd01b /shells | |
parent | 7526967ea722f8d9cb75ad8120eb69aa614b7643 (diff) | |
download | pkgsrc-b768d8562033f92d9ad6b658f9e2143cbd01a0fb.tar.gz |
Replace /bin/zsh in one more file. Bump PKGREVISION.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/zsh-current/Makefile b/shells/zsh-current/Makefile index 6589b7beee2..6fc84e04b99 100644 --- a/shells/zsh-current/Makefile +++ b/shells/zsh-current/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2010/02/27 18:19:02 snj Exp $ +# $NetBSD: Makefile,v 1.18 2010/04/29 22:23:37 wiz Exp $ .include "../../shells/zsh/Makefile.common" ZSH_VERSION= 4.3.10 +PKGREVISION= 1 ZSH_MAINTAINER= uebayasi@NetBSD.org USE_TOOLS+= env @@ -17,6 +18,7 @@ SUBST_FILES.prefix-fixup= \ Functions/Calendar/calendar_add \ Functions/Misc/run-help \ Functions/Misc/checkmail \ + Functions/Misc/sticky-note \ Functions/Misc/zcalc \ Functions/Misc/zkbd \ Functions/Example/cat |