summaryrefslogtreecommitdiff
path: root/misc
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 /misc
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.
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/Makefile6
1 files changed, 4 insertions, 2 deletions
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: