Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 10:53:31 +0100
From:      "Florent Thoumie" <flz@xbsd.org>
To:        "Marc Spitzer" <mspitzer@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Makefile/man page problem
Message-ID:  <a01628140805190253u5b5493adl45494067f5022a98@mail.gmail.com>
In-Reply-To: <8c50a3c30805190023l5ff94782xf033a19797c42204@mail.gmail.com>
References:  <8c50a3c30805190023l5ff94782xf033a19797c42204@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 19, 2008 at 8:23 AM, Marc Spitzer <mspitzer@gmail.com> wrote:
> Hello,
>
> I am having a problem with installing/deinstalling man pages of a port
> I am working on, atf if interested.  They are not being compressed on
> install and when I denistall the port I get error messages as follows:
>
>
> pkg_delete: file '/var/tmp/atf/man/man3/atf-c++/atf-c++-api.3.gz' doesn't exist
> pkg_delete: file '/var/tmp/atf/man/man3/atf-c/atf-c-api.3.gz' doesn't exist
> pkg_delete: file '/var/tmp/atf/man/man3/atf-sh/atf-sh-api.3.gz' doesn't exist
> pkg_delete: file '/var/tmp/atf/man/man4/doc/atf-test-case.4.gz' doesn't exist
> pkg_delete: couldn't entirely delete package (perhaps the packing list is

$ find man -type f | head -5
man/man1/atf-test-program.1
man/man1/atf-config.1
man/man1/atf-cleanup.1
man/man1/atf-compile.1
man/man1/atf-exec.1

You need to set MAN1= atf-test-program.1 atf-config.1 ..., this is
relative to MAN1DIR, not WRKSRC.

Also, by default ATF_SHELL is set to /usr/local/bin/bash so you need
to add shells/bash as a dependency if setting it to /bin/sh isn't good
enough.

-- 
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer



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