Date: Mon, 17 Aug 1998 10:00:01 -0700 From: "David O'Brien" <obrien@NUXI.com> To: "David O'Brien" <obrien@NUXI.com> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/glibstdc++28 Makefile Message-ID: <19980817100001.B29597@nuxi.com> In-Reply-To: <Pine.BSF.3.96.980817022152.10207D-100000@localhost>; from Tim Vanderhoek on Mon, Aug 17, 1998 at 02:40:16AM -0400 References: <199808170203.TAA11605@freefall.freebsd.org> <Pine.BSF.3.96.980817022152.10207D-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 17, 1998 at 02:40:16AM -0400, Tim Vanderhoek wrote: > Either that, or the bug was that the port leaves too gaping of a > window of time where PLIST points to an invalid file. > I can't think of any reason a port would need to modify its plist once > past the post-build target. The bug is not with my port -- the bug is that the new bsd.port.mk tests for the existance of PLIST *BEFORE* any of the *-install targets are done. Thus if you frob it in "pre-install", bsd.port.mk won't notice it. IMHO, the reason you might want to modify PLIST after the "post-build" target, is PLIST is an install thing, not a build thing. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980817100001.B29597>