Summary: | [patch] vumeter-0.9.2 packing list fix | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Stuart Barkley <stuartb> | ||||
Component: | Individual Port(s) | Assignee: | Jean-Yves Lefort <jylefort> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Stuart Barkley
2005-10-29 18:00:27 UTC
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take. The problem you describe happens if, for some reason, ${DATADIR} already exists at installation time. Another reason why ${CP} should not be used is that it does not set the appropriate permissions/ownerships. Maintainer, please approve the patch (without the PLIST_SUB bit, which is already set in bsd.port.mk). -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ State Changed From-To: open->feedback Waiting for maintainer feedback. On Sun, 30 Oct 2005 10:09:27 +0100 Jean-Yves Lefort <jylefort@FreeBSD.org> wrote: > The problem you describe happens if, for some reason, ${DATADIR} > already exists at installation time. > > Another reason why ${CP} should not be used is that it does not set > the appropriate permissions/ownerships. > > Maintainer, please approve the patch (without the PLIST_SUB bit, which > is already set in bsd.port.mk). > I agree with the changes. Best Regards, Ale State Changed From-To: feedback->closed Committed, thanks! |