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 | f532830859c950d2fa20e7054c15647fbc9c968d (patch) | |
tree | 3b6284e4ee5c8652acbe1477933581fc1bb62823 /misc | |
parent | 4e9f0ad6c13f302affce6d8212795f5d400c1c4a (diff) | |
download | pkgsrc-f532830859c950d2fa20e7054c15647fbc9c968d.tar.gz |
Squelch a pkglint warning.
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 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" |