summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcube <cube>2005-08-01 10:27:59 +0000
committercube <cube>2005-08-01 10:27:59 +0000
commitf5d026ab169f8dba840f48fcf6f877aa4434f7bc (patch)
tree44defdb6fd7c2203982271522bd8d4a51723ef57
parentf92ac6a8fd4da5b292d9ef61160656742339a750 (diff)
downloadpkgsrc-f5d026ab169f8dba840f48fcf6f877aa4434f7bc.tar.gz
GNU screen can be used as a login shell, so register it as such.
PR 30838 by Geert Hendrickx.
-rw-r--r--doc/CHANGES3
-rw-r--r--misc/screen/Makefile6
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index fd65f0fb6ee..92308e3ffa8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.10743 2005/08/01 09:49:39 jlam Exp $
+$NetBSD: CHANGES,v 1.10744 2005/08/01 10:27:59 cube Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -3492,3 +3492,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated pkgtools/digest to 20050731 [agc 2005-07-31]
Added textproc/ezxml version 0.8.4 [agc 2005-07-31]
Updated databases/openldap to 2.2.27 [jlam 2005-08-01]
+ Updated misc/screen to 4.0.2nb2 [cube 2005-08-01]
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index 3b7539a2fd0..82c9784b502 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2005/04/11 21:46:39 tv Exp $
+# $NetBSD: Makefile,v 1.58 2005/08/01 10:27:59 cube Exp $
DISTNAME= screen-4.0.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU:=screen/}
@@ -22,6 +22,8 @@ GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc
CONFIGURE_ARGS+= --enable-telnet
+PKG_SHELL= bin/screen
+
.include "../../mk/bsd.prefs.mk"
post-patch: