[review] cvs commit: ports/x11/libxcb Makefile

Florent Thoumie flz at FreeBSD.org
Wed May 28 13:01:20 UTC 2008


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


More information about the cvs-ports mailing list