pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Fix path to the bmake.1 man page in the work...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/743be0703a38
branches:  trunk
changeset: 516116:743be0703a38
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 14 15:58:43 2006 +0000

description:
Fix path to the bmake.1 man page in the work directory.

diffstat:

 bootstrap/bootstrap |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r b2b4a2b1e432 -r 743be0703a38 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Jul 14 15:58:08 2006 +0000
+++ b/bootstrap/bootstrap       Fri Jul 14 15:58:43 2006 +0000
@@ -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 @@
 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 @@
 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
 



Home | Main Index | Thread Index | Old Index