aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-08-07 17:06:50 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-08-07 17:06:50 +0000
commitd24b9a8b290afdb2be99963a5268b3b6b99eec1e (patch)
treed30ffe3746d7b94dd2c73a6b5b01d7b6edfa3eb7 /deskutils
parenta2fac2fd6eaa18b9ce958061a13342f79da9e6c3 (diff)
downloadports-d24b9a8b290afdb2be99963a5268b3b6b99eec1e.tar.gz
ports-d24b9a8b290afdb2be99963a5268b3b6b99eec1e.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
Notes
Notes: svn path=/head/; revision=170014
Diffstat (limited to 'deskutils')
-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>