diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-28 13:07:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-28 13:07:31 +0000 |
commit | 392870bf2c5ba521792dc1e4069958ed6f439253 (patch) | |
tree | 437a5fbcd718a79b95421892c59fb115ee3e9fea /x11 | |
parent | f2873e98ea159800284360de0c217614361c1906 (diff) |
${.CURDIR}/pkg-message -> ${PKGMESSAGE}
Noticed by: flz@
PR: ports/123966
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes
Notes:
svn path=/head/; revision=213810
Diffstat (limited to 'x11')
-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 9f565fcb0a1a..7c80e6033c31 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -48,7 +48,7 @@ XPROTO_LIBS= -L${LOCALBASE}/lib post-install: @${ECHO_MSG} '' - @${CAT} ${.CURDIR}/pkg-message + @${CAT} ${PKGMESSAGE} @${ECHO_MSG} '' .include <bsd.port.mk> |