From dom@myrddin.demon.co.uk  Sun Jul  5 06:11:11 1998
Received: from myrddin.demon.co.uk (exim@myrddin.demon.co.uk [158.152.54.180])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA06972
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 5 Jul 1998 06:11:09 -0700 (PDT)
          (envelope-from dom@myrddin.demon.co.uk)
Received: from dom by myrddin.demon.co.uk with local (Exim 1.92 #1)
	id 0ysmRZ-0002I3-00; Sun, 5 Jul 1998 11:54:53 +0100
Message-Id: <E0ysmRZ-0002I3-00.qmail@myrddin.demon.co.uk>
Date: Sun, 5 Jul 1998 11:54:53 +0100
From: Dom Mitchell <dom@myrddin.demon.co.uk>
Reply-To: dom@myrddin.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: install man page for frotz port.
X-Send-Pr-Version: 3.2

>Number:         7173
>Category:       ports
>Synopsis:       install man page for frotz port.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul  5 06:10:00 PDT 1998
>Closed-Date:    Sun Jul 5 16:02:35 PDT 1998
>Last-Modified:  Sun Jul  5 16:03:47 PDT 1998
>Originator:     Dom Mitchell
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Big orange angry things, inc.
>Environment:

FreeBSD myrddin.demon.co.uk 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Mon Jun 22 22:24:32 BST 1998     root@myrddin.demon.co.uk:/usr/src/sys/compile/MYRDDIN  i386

>Description:

The Frotz port does not install the man page.  This patch corrects that.

>How-To-Repeat:

cd /usr/ports/games/frotz
make install
man frotz

>Fix:
	
Apply this patch to the port:

diff -urP --exclude=CVS /usr/ports/games/frotz/Makefile frotz/Makefile
--- /usr/ports/games/frotz/Makefile	Mon May 18 05:10:04 1998
+++ frotz/Makefile	Sun Jul  5 11:40:24 1998
@@ -16,8 +16,11 @@
 ALL_TARGET=
 WRKSRC=			${WRKDIR}/frotz-2.32
 
+MAN6=			frotz.6
+
 do-install:
 	@ ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
+	@ ${INSTALL_MAN} ${WRKSRC}/frotz.6 ${PREFIX}/man/man6
 
 .if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/frotz
diff -urP --exclude=CVS /usr/ports/games/frotz/pkg/PLIST frotz/pkg/PLIST
--- /usr/ports/games/frotz/pkg/PLIST	Mon May 18 05:10:07 1998
+++ frotz/pkg/PLIST	Sun Jul  5 11:40:56 1998
@@ -1,4 +1,5 @@
 bin/frotz
+man/man6/frotz.6.gz
 share/doc/frotz/Readme.unix
 share/doc/frotz/Todo
 @dirrm share/doc/frotz
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Jul 5 16:02:35 PDT 1998 
State-Changed-Why:  
Suggested patch applied, thanks. 
>Unformatted:
