Date: Sun, 5 Jul 1998 11:54:53 +0100 From: Dom Mitchell <dom@myrddin.demon.co.uk> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7173: install man page for frotz port. Message-ID: <E0ysmRZ-0002I3-00.qmail@myrddin.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0ysmRZ-0002I3-00.qmail>