aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deskutils/multi-backgrounds-daemon/Makefile2
-rw-r--r--devel/libtap/Makefile2
-rw-r--r--net-im/jabber-aim/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/multi-backgrounds-daemon/Makefile b/deskutils/multi-backgrounds-daemon/Makefile
index 4a819b7ac0a0..fd31736ec0b9 100644
--- a/deskutils/multi-backgrounds-daemon/Makefile
+++ b/deskutils/multi-backgrounds-daemon/Makefile
@@ -32,6 +32,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
- @${CAT} pkg-message
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/devel/libtap/Makefile b/devel/libtap/Makefile
index baf716e831ef..8b2a8576310f 100644
--- a/devel/libtap/Makefile
+++ b/devel/libtap/Makefile
@@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes
MAN3= tap.3
post-build:
- ${CAT} pkg-message
+ @${CAT} ${PKGMESSAGE}
check:
(cd ${WRKSRC}; ${MAKE} check)
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile
index 3e5294d6094e..849ce2c62568 100644
--- a/net-im/jabber-aim/Makefile
+++ b/net-im/jabber-aim/Makefile
@@ -34,6 +34,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber
post-install:
- @${CAT} pkg-message
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>