1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

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>
This commit is contained in:
Edwin Groothuis 2008-05-28 12:30:43 +00:00
parent 4e68de6e62
commit ea6e094c43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213801

View File

@ -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>