summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authoragc <agc>2005-01-12 11:30:37 +0000
committeragc <agc>2005-01-12 11:30:37 +0000
commit91e83f03b3a932aed792e651b9268cc8a97875a5 (patch)
tree7ce270148454d91757a76e63ab7abba377661acd /bootstrap
parent2bfe72c66d0520606b27a70b138f18baadf495b6 (diff)
downloadpkgsrc-91e83f03b3a932aed792e651b9268cc8a97875a5.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)