pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools DragonFly normally has bsdtar in /usr/bin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/626bc180fe5d
branches:  trunk
changeset: 542719:626bc180fe5d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun May 25 21:40:59 2008 +0000

description:
DragonFly normally has bsdtar in /usr/bin.

diffstat:

 mk/tools/tools.DragonFly.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 218a6952106a -r 626bc180fe5d mk/tools/tools.DragonFly.mk
--- a/mk/tools/tools.DragonFly.mk       Sun May 25 21:20:07 2008 +0000
+++ b/mk/tools/tools.DragonFly.mk       Sun May 25 21:40:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index