summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-14 15:58:43 +0000
committerjlam <jlam>2006-07-14 15:58:43 +0000
commitb0dee60c1dbc29b0571547097d0cdaa6fd72ffe3 (patch)
treecaa440a1166ae088a8671334562c8e5124ac6cee /bootstrap
parent676e87cb7a6ce9dcc544d643b786db8f05060281 (diff)
downloadpkgsrc-b0dee60c1dbc29b0571547097d0cdaa6fd72ffe3.tar.gz
Fix path to the bmake.1 man page in the work directory.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap10
1 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 1e498e23e54..ad5f96c8c25 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.59 2006/07/14 15:21:05 jlam Exp $
+# $NetBSD: bootstrap,v 1.60 2006/07/14 15:58:43 jlam Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -307,10 +307,10 @@ case "$opsys" in
Darwin)
root_group=wheel
need_pax=yes
- need_mtree=no
+ need_mtree=yes
need_bsd_install=no
- need_awk=no
- need_sed=no
+ need_awk=yes
+ need_sed=yes
set_opsys=no
check_prog mtreeprog mtree
machine_arch=`uname -p`
@@ -734,7 +734,7 @@ echo_msg "Installing bmake"
copy_src ../devel/bmake/files bmake
run_cmd "(cd $wrkdir/bmake && env CPPFLAGS='$CPPFLAGS -I../../libnbcompat' LDFLAGS='$LDFLAGS -L../../libnbcompat' LIBS='-lnbcompat' $bmakexenv $shprog ./boot-strap -q -o $opsys --prefix=$prefix --sysconfdir=$sysconfdir --mksrc none --with-default-sys-path="$prefix/share/mk" $bmakexargs)"
run_cmd "$shprog $wrkdir/install-sh -c -o $user -g $group -m 755 $wrkdir/bmake/$opsys/bmake $prefix/bin/bmake"
-run_cmd "$shprog $wrkdir/install-sh -c -o $user -g $group -m 644 $wrkdir/bmake/$opsys/bmake.1 $mandir/man1/bmake.1"
+run_cmd "$shprog $wrkdir/install-sh -c -o $user -g $group -m 644 $wrkdir/bmake/bmake.1 $mandir/man1/bmake.1"
bmake=$prefix/bin/bmake