diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-02 16:48:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-02 16:48:48 +0000 |
commit | f93aa1519797821e8a89339302f7c91d0ba9a8da (patch) | |
tree | d215d02fcdfbc8cfc91fdb1891401ae91d6407ff /bootstrap | |
parent | b596a53b21a6200cad8b11dfe2732cac195d01b3 (diff) | |
download | pkgsrc-f93aa1519797821e8a89339302f7c91d0ba9a8da.tar.gz |
Remove references to pkgmanpages package and packages(7). Noted by reed@.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 8 | ||||
-rwxr-xr-x | bootstrap/mkbootstrapkit | 3 |
2 files changed, 3 insertions, 8 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 6fe8d4bfad4..ca2b7f46bd5 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.91 2007/02/22 23:29:02 rillig Exp $ +# $NetBSD: bootstrap,v 1.92 2007/03/02 16:48:48 wiz Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -917,10 +917,6 @@ yes) register_package "pkgtools/pax";; esac register_package "pkgtools/pkg_install" -# Install the man page. -echo_msg "Installing packages(7) man page" -run_cmd "(cd $pkgsrcdir/pkgtools/pkgmanpages && $bmake PKG_VERBOSE=yes MAKECONF=${MKCONF_EXAMPLE} WRKOBJDIR=$wrkobjdir CREATE_WRKDIR_SYMLINK=no install)" - etc_mk_conf="$sysconfdir/mk.conf" # Install the example mk.conf so that it is used, but only if it doesn't @@ -952,7 +948,7 @@ if [ "$MKCONF_EXAMPLE" != "$etc_mk_conf" ]; then echo "" fi echo "You can find extensive documentation of the NetBSD Packages Collection" -echo "in $pkgsrcdir/doc/pkgsrc.txt and packages(7)." +echo "in $pkgsrcdir/doc/pkgsrc.txt." echo "" echo "Hopefully everything is now complete." echo "Thank you" diff --git a/bootstrap/mkbootstrapkit b/bootstrap/mkbootstrapkit index c072e58f1c0..16fcdcb2044 100755 --- a/bootstrap/mkbootstrapkit +++ b/bootstrap/mkbootstrapkit @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: mkbootstrapkit,v 1.8 2007/01/28 01:40:49 jschauma Exp $ +# $NetBSD: mkbootstrapkit,v 1.9 2007/03/02 16:48:48 wiz Exp $ # # Usage: mkbootstrapkit [kitdir] # @@ -33,7 +33,6 @@ for dir in \ pkgtools/mtree \ pkgtools/pax \ pkgtools/pkg_install \ - pkgtools/pkgmanpages \ pkgtools/tnftp \ sysutils/install-sh \ textproc/nbsed |