diff options
author | wiz <wiz> | 2007-05-23 23:49:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-05-23 23:49:24 +0000 |
commit | 1930305c7e423a33d03ff9c2de401c02fd47c1ba (patch) | |
tree | 3b6284e4ee5c8652acbe1477933581fc1bb62823 | |
parent | bab8d4793ca3e49a1eaeaaa1110de29dfe61208c (diff) | |
download | pkgsrc-1930305c7e423a33d03ff9c2de401c02fd47c1ba.tar.gz |
Squelch a pkglint warning.
-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" |