diff options
author | jlam <jlam@pkgsrc.org> | 2005-09-20 04:23:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-09-20 04:23:48 +0000 |
commit | 5b62763c632fec2c0d7cc1986b8a5942802e1fb4 (patch) | |
tree | 84aedec85849e3ca8800e9873f907df49c7579dc /shells/zsh | |
parent | fdb9b42b02765cfc044865b1711f9db9c77afafb (diff) | |
download | pkgsrc-5b62763c632fec2c0d7cc1986b8a5942802e1fb4.tar.gz |
Teach the +SHELLS helper script to not create an /etc/shells file if
one doesn't exist. From now on, we only add the listed PKG_SHELL to
the /etc/shells file if it already exists. This fixes PR pkg/27162.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 100e3178d28..020f7085f9e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.48 2005/04/07 14:16:41 adam Exp $ +# $NetBSD: Makefile,v 1.49 2005/09/20 04:23:49 jlam Exp $ .include "../../shells/zsh/Makefile.common" +PKGREVISION= 1 + ZSH_VERSION= 4.2.5 ZSH_MAINTAINER= uebayasi@NetBSD.org |