summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-01-12 11:30:37 +0000
committeragc <agc@pkgsrc.org>2005-01-12 11:30:37 +0000
commitaaab8e1464749f2782c423083c5faa56cc9431d2 (patch)
tree7ce270148454d91757a76e63ab7abba377661acd /bootstrap
parent63300bb8c9a5d9b618fbbdefb380f0b78f8d5b1a (diff)
downloadpkgsrc-aaab8e1464749f2782c423083c5faa56cc9431d2.tar.gz
Apply fixes to set TARPROG definition properly for DragonFlyBSD from
Todd Willey in PR 28941.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index b178b1cd78d..3e71eecbcfa 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.25 2005/01/05 21:51:19 tv Exp $
+# $NetBSD: bootstrap,v 1.26 2005/01/12 11:30:37 agc Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -212,6 +212,9 @@ DragonFly)
need_bsd_install=no
need_sed=no
set_opsys=no
+ check_prog paxprog pax
+ check_prog tarprog tar
+ check_prog mtreeprog mtree
machine_arch=`uname -p`
;;
FreeBSD)