From ea6e094c43c7391fda31bb597cce8d4c1e130a55 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 28 May 2008 12:30:43 +0000 Subject: [PATCH] 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 --- x11/libxcb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 6b692341459e..9f565fcb0a1a 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -48,7 +48,7 @@ XPROTO_LIBS= -L${LOCALBASE}/lib post-install: @${ECHO_MSG} '' - @${CAT} pkg-message + @${CAT} ${.CURDIR}/pkg-message @${ECHO_MSG} '' .include