Subject: pkg/20639: Gauche manpages are installed into incorrect directory
To: None <gnats-bugs@gnats.netbsd.org>
From: None <tshr@oak.dti.ne.jp>
List: netbsd-bugs
Date: 03/09/2003 09:18:49
>Number: 20639
>Category: pkg
>Synopsis: Gauche manpages are installed into incorrect directory
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Mar 09 09:19:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Tomoyuki Sahara
>Release: NetBSD 1.6P
>Organization:
>Environment:
NetBSD a.example.org 1.6P NetBSD 1.6P (NIGHT) #6: Tue Mar 4 22:57:04 JST 2003
>Description:
The manual pages of lang/gauche are installed into
/usr/pkg/share/man/man1. We should install them into
/usr/pkg/man/man1.
>How-To-Repeat:
# cd /usr/pkgsrc/lang/gauche && make install
# man gosh
>Fix:
Apply the patch below:
diff -u -r1.4 patch-ae
--- patch-ae 18 Oct 2002 08:08:32 -0000 1.4
+++ patch-ae 9 Mar 2003 17:16:05 -0000
@@ -4,8 +4,9 @@
@@ -12,7 +12,7 @@
prefix = @prefix@
datadir = @datadir@
- mandir = $(datadir)/man/man1
+-mandir = $(datadir)/man/man1
-infodir = $(datadir)/info
++mandir = @mandir@/man1
+infodir = @infodir@
all: info
>Release-Note:
>Audit-Trail:
>Unformatted: