pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/38521 (DESTDIR support for pkgtools/shlock)
The following reply was made to PR pkg/38521; it has been noted by GNATS.
From: OBATA Akio <obache%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Uwe Klaus <uklaus%hgb-leipzig.de@localhost>
Subject: Re: pkg/38521 (DESTDIR support for pkgtools/shlock)
Date: Fri, 30 May 2008 17:51:39 +0900
--On 2008/05/30 10:04 +0200 Uwe Klaus <uklaus%hgb-leipzig.de@localhost> wrote:
>
> bmake package on solaris complains of missing man page.
>
> ===> Installing for shlock-20080529
> => Creating installation directories
> /usr/ucb/install -c -s -o root -g root -m 555 shlock
> /opt/pkg/bin/shlock
> => Automatic manual page handling
> pkg_create: can't stat `/opt/pkg/man/man1/shlock.1'
> => Registering installation for shlock-20080529
> pkg_admin: shlock-20080529: File `/opt/pkg/man/man1/shlock.1' is in
> +CONTENTS but not on filesystem!
>
> Regards,
> Uwe
Probably should fix pkgsrc/pkgtools/shlock/files/Makefile.
I don't know why but
r1.2 SunOS
r1.3 Darwin
r1.4 Dragonfly
r1.5 Linux
was added for "NOMAN=YES".
OK to remove the following three lines from the Makefile?
.if (${OPSYS} == SunOS || ${OPSYS} == Darwin || ${OPSYS} == DragonFly || \
${OPSYS} == Linux)
NOMAN= YES
.endif
Home |
Main Index |
Thread Index |
Old Index