diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-23 23:49:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-23 23:49:24 +0000 |
commit | fe4473a5958b02de5920da6f476b8e4c24e6e9e7 (patch) | |
tree | 3b6284e4ee5c8652acbe1477933581fc1bb62823 /misc/screen | |
parent | db056fe3bc9f45a9561dd1748dce49eb72ba6cc4 (diff) | |
download | pkgsrc-fe4473a5958b02de5920da6f476b8e4c24e6e9e7.tar.gz |
Squelch a pkglint warning.
Diffstat (limited to 'misc/screen')
-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" |