Subject: pkg/35588: pkg /lang/sbcl wrong man path in PLIST
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <randux@safe-mail.net>
List: pkgsrc-bugs
Date: 02/12/2007 14:15:00
>Number:         35588
>Category:       pkg
>Synopsis:       pkg /lang/sbcl wrong man path in PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 12 14:15:00 +0000 2007
>Originator:     Rand
>Release:        3.1
>Organization:
>Environment:
>Description:
can't stat file because of bad man path at end of build.

Problem is erroneous line in PLIST share/man/man1/sbcl.1 because there is no man path from /usr/pkg. Instead it should be /usr/pkg/man.
>How-To-Repeat:
build the package
>Fix:
here's a diff to PLIST for /lang/sbcl

72c72
< man/man1/sbcl.1
---
> share/man/man1/sbcl.1