summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant>2005-01-22 09:46:55 +0000
committergrant <grant>2005-01-22 09:46:55 +0000
commit5e4277f23331f80e1abf339570c1ef32babd9dca (patch)
tree8378266db74e6532a98bda5ab8583a3ed4cbe251 /mk
parent0dce61ba625cbc794668fdb3da38b6a69d6494b6 (diff)
downloadpkgsrc-5e4277f23331f80e1abf339570c1ef32babd9dca.tar.gz
message whitespace fix
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 7aa013060b9..a6f5b02b71f 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1563 2005/01/15 10:50:17 jmmv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1564 2005/01/22 09:46:55 grant Exp $
#
# This file is in the public domain.
#
@@ -2583,7 +2583,7 @@ real-su-install: ${MESSAGE}
fi
.endif
${_PKG_SILENT}${_PKG_DEBUG}if [ `${SH} -c umask` -ne ${DEF_UMASK} ]; then \
- ${ECHO_MSG} "${_PKGSRC_IN}> Warning: your umask is \"`${SH} -c umask`"\".; \
+ ${ECHO_MSG} "${_PKGSRC_IN}> Warning: your umask is \"`${SH} -c umask`"\".; \
${ECHO_MSG} "If this is not desired, set it to an appropriate value (${DEF_UMASK})"; \
${ECHO_MSG} "and install this package again by \`\`${MAKE} deinstall reinstall''."; \
fi