diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 15:21:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 15:21:05 +0000 |
commit | ac8e59526198d058cc6eb9a67c7c8eabc7a0f2ed (patch) | |
tree | 42417caa6eebed5261554e11da920a12cfdf58c1 /bootstrap | |
parent | 8e93cf2ff13eeec0e5bb1139313f05dedec71e47 (diff) | |
download | pkgsrc-ac8e59526198d058cc6eb9a67c7c8eabc7a0f2ed.tar.gz |
Install the bmake man page now that we properly handle PKGMANDIR in
bootstrap.
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 6e30c8ea596..1e498e23e54 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.58 2006/07/14 14:30:21 jlam Exp $ +# $NetBSD: bootstrap,v 1.59 2006/07/14 15:21:05 jlam Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -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/$opsys/bmake.1 $mandir/man1/bmake.1" bmake=$prefix/bin/bmake |