summaryrefslogtreecommitdiff
path: root/x11/libxcb
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-05-28 12:30:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-05-28 12:30:43 +0000
commitea6e094c43c7391fda31bb597cce8d4c1e130a55 (patch)
tree5b61505e4ba8ad28ce61d14d19455a04b8c8f9bc /x11/libxcb
parentcompat5x port can fail to extract if you're root. (diff)
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>
Notes
Notes: svn path=/head/; revision=213801
Diffstat (limited to 'x11/libxcb')
-rw-r--r--x11/libxcb/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>