From owner-freebsd-ports Sun Jul 5 06:11:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07048 for freebsd-ports-outgoing; Sun, 5 Jul 1998 06:11:37 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07035 for ; Sun, 5 Jul 1998 06:11:36 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA06692; Sun, 5 Jul 1998 06:10:01 -0700 (PDT) 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 ; 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: Date: Sun, 5 Jul 1998 11:54:53 +0100 From: Dom Mitchell Reply-To: dom@myrddin.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7173: install man page for frotz port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7173 >Category: ports >Synopsis: install man page for frotz port. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 5 06:10:00 PDT 1998 >Last-Modified: >Originator: Dom Mitchell >Organization: Big orange angry things, inc. >Release: FreeBSD 3.0-CURRENT i386 >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 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message