On Wed, May 28, 2008 at 1:30 PM, Edwin Groothuis <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
>
> Revision Changes Path
> 1.9 +1 -1 ports/x11/libxcb/Makefile
> _______________________________________________
> [email protected] mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>
> 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
[EMAIL PROTECTED]
FreeBSD Committer
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"