diff options
Diffstat (limited to 'misc/screen/Makefile')
-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 fbab3a0a045..09feeb18f57 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/04/17 09:37:24 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/04/22 11:05:03 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # @@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org GNU_CONFIGURE= yes MAN1= screen.1 -INFO_FILES= screen +INFO_FILES= screen.info post-install: @${MKDIR} ${PREFIX}/share/examples/screen |