summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-14 17:55:56 +0000
committerjlam <jlam@pkgsrc.org>2006-07-14 17:55:56 +0000
commited6be9b70d7efdbda054730a5e30a6fbf7baeb04 (patch)
tree97d0a293ab124813cfcd5e853bc9afbf6569058e /bootstrap
parent9924c898b7b4e31bd71ab357e74ab5f0dab68b22 (diff)
downloadpkgsrc-ed6be9b70d7efdbda054730a5e30a6fbf7baeb04.tar.gz
Back out part of revision 1.60 that I didn't mean to commit.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 891b8f7768f..4dd2427f180 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.61 2006/07/14 17:51:13 jlam Exp $
+# $NetBSD: bootstrap,v 1.62 2006/07/14 17:55:56 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=yes
+ need_mtree=no
need_bsd_install=no
- need_awk=yes
- need_sed=yes
+ need_awk=no
+ need_sed=no
set_opsys=no
check_prog mtreeprog mtree
machine_arch=`uname -p`