pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap In the post-bootstrap message, tell the user...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b531eb1d4872
branches:  trunk
changeset: 516487:b531eb1d4872
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 21 19:08:56 2006 +0000

description:
In the post-bootstrap message, tell the user the correct manpage directory
to add to MANPATH.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9ae40bad8abb -r b531eb1d4872 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Jul 21 18:58:03 2006 +0000
+++ b/bootstrap/bootstrap       Fri Jul 21 19:08:56 2006 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.76 2006/07/21 18:58:03 jlam Exp $
+# $NetBSD: bootstrap,v 1.77 2006/07/21 19:08:56 jlam Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -860,7 +860,7 @@
 
 echo ""
 echo "Please remember to add $prefix/bin to your PATH environment variable"
-echo "and $prefix/man to your MANPATH environment variable, if necessary."
+echo "and $mandir to your MANPATH environment variable, if necessary."
 echo ""
 echo "An example mk.conf file \"${MKCONF_EXAMPLE}\" with the settings you"
 echo "provided to \"bootstrap\" has been created for you."



Home | Main Index | Thread Index | Old Index