summaryrefslogtreecommitdiff
path: root/shells/zsh3
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-09-20 04:23:48 +0000
committerjlam <jlam@pkgsrc.org>2005-09-20 04:23:48 +0000
commit5b62763c632fec2c0d7cc1986b8a5942802e1fb4 (patch)
tree84aedec85849e3ca8800e9873f907df49c7579dc /shells/zsh3
parentfdb9b42b02765cfc044865b1711f9db9c77afafb (diff)
downloadpkgsrc-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/zsh3')
-rw-r--r--shells/zsh3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh3/Makefile b/shells/zsh3/Makefile
index d870afb75f2..8d1a4561fda 100644
--- a/shells/zsh3/Makefile
+++ b/shells/zsh3/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2005/07/29 18:32:18 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/20 04:23:49 jlam Exp $
#
DISTNAME= zsh-3.0.8
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://ftp.rge.com/pub/shells/zsh/old/ \
ftp://sunsite.auc.dk/pub/unix/shells/zsh/old/ \