pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk message whitespace fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70a25f944da4
branches:  trunk
changeset: 487931:70a25f944da4
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jan 22 09:46:55 2005 +0000

description:
message whitespace fix

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bd316a5e8a20 -r 70a25f944da4 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Jan 22 09:28:59 2005 +0000
+++ b/mk/bsd.pkg.mk     Sat Jan 22 09:46:55 2005 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index