aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-05-28 20:30:43 +0800
committeredwin <edwin@FreeBSD.org>2008-05-28 20:30:43 +0800
commitb57b993f5dd5760878c9ef8705e03b29b6767f78 (patch)
tree3d669097c2e6271822b691f8080d99279dcea6d9
parentab0abf0f0409eea458b7a32e11546fe1b380f2e4 (diff)
downloadfreebsd-ports-gnome-b57b993f5dd5760878c9ef8705e03b29b6767f78.tar.gz
freebsd-ports-gnome-b57b993f5dd5760878c9ef8705e03b29b6767f78.tar.zst
freebsd-ports-gnome-b57b993f5dd5760878c9ef8705e03b29b6767f78.zip
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>
-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>