aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/multi-backgrounds-daemon
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-08-08 01:06:50 +0800
committershaun <shaun@FreeBSD.org>2006-08-08 01:06:50 +0800
commit5d47c1e87a9dcf8b68f02596bc85352b771d4382 (patch)
tree7cedfc8fc63c13f80d7f9223dea8fa25d60315f6 /deskutils/multi-backgrounds-daemon
parentcedb0d4c5da3281d29cbc2ce96a549d96e111bbc (diff)
downloadfreebsd-ports-gnome-5d47c1e87a9dcf8b68f02596bc85352b771d4382.tar.gz
freebsd-ports-gnome-5d47c1e87a9dcf8b68f02596bc85352b771d4382.tar.zst
freebsd-ports-gnome-5d47c1e87a9dcf8b68f02596bc85352b771d4382.zip
Replace pkg-message with ${PKGMESSAGE}, as the former causes problems
when WRKDIRPREFIX is set by the user. Submitted by: [LoN]Kamikaze on freebsd-ports
Diffstat (limited to 'deskutils/multi-backgrounds-daemon')
-rw-r--r--deskutils/multi-backgrounds-daemon/Makefile2
1 files changed, 1 insertions, 1 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>