summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-04-29 09:12:20 +0000
committerseb <seb@pkgsrc.org>2002-04-29 09:12:20 +0000
commit4dfe879a3942ca1b3199c7c4921b049f4217706d (patch)
tree5a9694acef92300c6ceae09a8d05a5e03768e803 /mk
parent20407861c9dd5012caafe072d1d0e69be29817c5 (diff)
downloadpkgsrc-4dfe879a3942ca1b3199c7c4921b049f4217706d.tar.gz
`mtree' -> `$$action' in _SU_TARGET
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 82abda908e0..beaf7233dce 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.970 2002/04/29 06:43:34 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.971 2002/04/29 09:12:20 seb Exp $
#
# This file is in the public domain.
#
@@ -2422,7 +2422,7 @@ _SU_TARGET= \
if [ `${ID} -u` = 0 ]; then \
${MAKE} ${MAKEFLAGS} $$realtarget; \
elif [ "X${BATCH}" != X"" ]; then \
- ${ECHO_MSG} "Warning: Batch mode, not superuser, can't run mtree."; \
+ ${ECHO_MSG} "Warning: Batch mode, not superuser, can't run $$action for ${PKGNAME}."; \
${ECHO_MSG} "Become root and try again to ensure correct permissions."; \
else \
args=""; \