diff options
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index c1bf5c42939b..80e578817a22 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.12 1995/12/18 07:33:27 ache Exp $ +# $Id: Makefile,v 1.13 1996/11/11 05:50:09 obrien Exp $ # DISTNAME= screen-3.7.1 @@ -13,5 +13,6 @@ MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ MAINTAINER= ache@FreeBSD.ORG GNU_CONFIGURE= yes +MAN1= screen.1 .include <bsd.port.mk> |