pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Install the bmake man page now that we prope...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9c8f9f81d86
branches: trunk
changeset: 516112:d9c8f9f81d86
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Jul 14 15:21:05 2006 +0000
description:
Install the bmake man page now that we properly handle PKGMANDIR in
bootstrap.
diffstat:
bootstrap/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 81537d46ab92 -r d9c8f9f81d86 bootstrap/bootstrap
--- a/bootstrap/bootstrap Fri Jul 14 15:20:44 2006 +0000
+++ b/bootstrap/bootstrap Fri Jul 14 15:21:05 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index