Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 16:36:44 +0100 (CET)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93649: [games/freebsd-games] Invalid pathnames in atc(6) and quiz(6) manpages
Message-ID:  <20060221153644.7AB0117086@palm.hoeg.nl>
Resent-Message-ID: <200602211540.k1LFe5CZ096115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93649
>Category:       ports
>Synopsis:       [games/freebsd-games] Invalid pathnames in atc(6) and quiz(6) manpages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 15:40:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD palm.hoeg.nl 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Jan 25 15:03:15 CET 2006 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386

>Description:
While reading the atc(6) manpage after installing freebsd-games, I
noticed it contained the pathname /usr/local/local/local/. That pathname
gets replaced with ${PREFIX} in a lot of .h files, but not in the
manpages.

>How-To-Repeat:
Build games/freebsd-games and run `man 6 atc` or `man 6 quiz`.

>Fix:

%%%
--- games/freebsd-games/Makefile	Wed Dec 22 15:52:50 2004
+++ games/freebsd-games/Makefile	Tue Feb 21 16:26:40 2006
@@ -48,12 +48,14 @@
 
 MANCOMPRESSED=	maybe
 
-PATHNAME_FILES=	atc/pathnames.h \
+PATHNAME_FILES=	atc/atc.6 \
+		atc/pathnames.h \
 		cribbage/pathnames.h \
 		fish/pathnames.h \
 		larn/pathnames.h \
 		quiz/datfiles/index \
 		quiz/pathnames.h \
+		quiz/quiz.6 \
 		wump/pathnames.h
 
 post-extract:
%%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060221153644.7AB0117086>