summaryrefslogtreecommitdiff
path: root/shells/ast-ksh
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/ast-ksh
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/ast-ksh')
-rw-r--r--shells/ast-ksh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile
index 97ca2d2da8a..3d325d3b9ae 100644
--- a/shells/ast-ksh/Makefile
+++ b/shells/ast-ksh/Makefile
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2003/08/11 17:27:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/09/20 04:23:48 jlam Exp $
#
.include "Makefile.common"
+PKGREVISION= 1
+
.include "../../mk/bsd.pkg.mk"