diff options
author | jlam <jlam> | 2005-09-20 04:23:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-09-20 04:23:48 +0000 |
commit | 6ecba3ff13b66859db243c160e3c38c42aac92b1 (patch) | |
tree | 84aedec85849e3ca8800e9873f907df49c7579dc /misc | |
parent | a38d6389cd0eb4afccbe21c351a0e4b9e392852d (diff) | |
download | pkgsrc-6ecba3ff13b66859db243c160e3c38c42aac92b1.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 'misc')
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 246c25c2e8d..4f4bc683c5a 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2005/08/01 11:36:29 cube Exp $ +# $NetBSD: Makefile,v 1.60 2005/09/20 04:23:48 jlam Exp $ DISTNAME= screen-4.0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc shells MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU:=screen/} |