diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-21 19:08:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-21 19:08:56 +0000 |
commit | 898a0c5f986aee4e6b2601edbfcfb68aee7fdb34 (patch) | |
tree | 8da657a1cd9c9cc24392d38381338826df8a6ffa /bootstrap | |
parent | d5b27ab1f832f8af5020da63dc1159b7c17a51f0 (diff) | |
download | pkgsrc-898a0c5f986aee4e6b2601edbfcfb68aee7fdb34.tar.gz |
In the post-bootstrap message, tell the user the correct manpage directory
to add to MANPATH.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 1149315ca1c..d9cae4599c3 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -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 @@ run_cmd "(cd ../pkgtools/pkgmanpages && $bmake PKG_VERBOSE=yes MAKECONF=${MKCONF 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." |