diff options
-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 069b391b42b..4791c1c49fe 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2007/05/23 23:46:08 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2007/05/23 23:49:24 wiz Exp $ DISTNAME= screen-4.0.3 CATEGORIES= misc shells @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc CONFIGURE_ARGS+= --enable-telnet PKG_SHELL= bin/screen -INFO_FILES= # PLIST +INFO_FILES= YES .include "../../mk/bsd.prefs.mk" |