diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-28 12:30:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-28 12:30:43 +0000 |
commit | ea6e094c43c7391fda31bb597cce8d4c1e130a55 (patch) | |
tree | 5b61505e4ba8ad28ce61d14d19455a04b8c8f9bc /x11/libxcb | |
parent | 4e68de6e62a1041a55b7f9ae4c56f9e04f150e99 (diff) |
Notes
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 2 |
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> |