summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-25 21:40:59 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-25 21:40:59 +0000
commit826dbe24c4d28e3c3005712ebdc48f3cd8120676 (patch)
tree69cbd49b9c1ad84be7904aacc2425614ca945cb0
parent41f426ade140530bcabe00607712db203e273c37 (diff)
downloadpkgsrc-826dbe24c4d28e3c3005712ebdc48f3cd8120676.tar.gz
DragonFly normally has bsdtar in /usr/bin.
-rw-r--r--mk/tools/tools.DragonFly.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.DragonFly.mk b/mk/tools/tools.DragonFly.mk
index 2a87dfbbad3..5c52dce0d9c 100644
--- a/mk/tools/tools.DragonFly.mk
+++ b/mk/tools/tools.DragonFly.mk
@@ -1,10 +1,13 @@
-# $NetBSD: tools.DragonFly.mk,v 1.34 2008/05/22 20:11:55 joerg Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.35 2008/05/25 21:40:59 joerg Exp $
#
# System-supplied tools for the DragonFly operating system.
TOOLS_PLATFORM.[?= [ # shell builtin
TOOLS_PLATFORM.awk?= /usr/bin/awk
TOOLS_PLATFORM.basename?= /usr/bin/basename
+.if exists(/usr/bin/bsdtar)
+TOOLS_PLATFORM.bsdtar?= /usr/bin/bsdtar
+.endif
TOOLS_PLATFORM.byacc?= /usr/bin/yacc
TOOLS_PLATFORM.cat?= /bin/cat
TOOLS_PLATFORM.bzcat?= /usr/bin/bzcat