Date: Wed, 28 May 2008 13:37:08 +0100 From: "Florent Thoumie" <flz@FreeBSD.org> To: "Edwin Groothuis" <edwin@freebsd.org>, cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org Subject: Re: [review] cvs commit: ports/x11/libxcb Makefile Message-ID: <a01628140805280537m231368f9m6701ecd88a2d785d@mail.gmail.com> In-Reply-To: <20080528123050.5233E1065766@hub.freebsd.org> References: <200805281230.m4SCUhhL026983@repoman.freebsd.org> <20080528123050.5233E1065766@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 28, 2008 at 1:30 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > edwin 2008-05-28 12:30:43 UTC > > FreeBSD ports repository > > Modified files: > x11/libxcb Makefile > Log: > x11/libxcb: message isn't shown sometimes > > When installing x11/libxcb pkg-message may not be shown if > /usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir > exist. > > PR: ports/123966 > Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> > > Revision Changes Path > 1.9 +1 -1 ports/x11/libxcb/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/x11/libxcb/Makefile > diff -u ports/x11/libxcb/Makefile:1.8 ports/x11/libxcb/Makefile:1.9 > --- ports/x11/libxcb/Makefile:1.8 Wed May 7 14:23:17 2008 > +++ ports/x11/libxcb/Makefile Wed May 28 12:30:43 2008 > @@ -48,7 +48,7 @@ > > post-install: > @${ECHO_MSG} '' > - @${CAT} pkg-message > + @${CAT} ${.CURDIR}/pkg-message > @${ECHO_MSG} '' > > .include <bsd.port.mk> > What about ${PKGMESSAGE}? -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a01628140805280537m231368f9m6701ecd88a2d785d>