pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools OpenBSD has builtin pax tool.
details: https://anonhg.NetBSD.org/pkgsrc/rev/51fb4662c6b7
branches: trunk
changeset: 603282:51fb4662c6b7
user: obache <obache%pkgsrc.org@localhost>
date: Thu May 03 06:52:01 2012 +0000
description:
OpenBSD has builtin pax tool.
diffstat:
mk/tools/tools.OpenBSD.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 96283564858f -r 51fb4662c6b7 mk/tools/tools.OpenBSD.mk
--- a/mk/tools/tools.OpenBSD.mk Thu May 03 06:23:47 2012 +0000
+++ b/mk/tools/tools.OpenBSD.mk Thu May 03 06:52:01 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.OpenBSD.mk,v 1.32 2011/06/20 09:12:19 obache Exp $
+# $NetBSD: tools.OpenBSD.mk,v 1.33 2012/05/03 06:52:01 obache Exp $
#
# System-supplied tools for the OpenBSD operating system.
@@ -67,6 +67,7 @@
.endif
TOOLS_PLATFORM.openssl?= /usr/bin/openssl
TOOLS_PLATFORM.patch?= /usr/bin/patch
+TOOLS_PLATFORM.pax?= /bin/pax
TOOLS_PLATFORM.printf?= /usr/bin/printf
TOOLS_PLATFORM.pwd?= /bin/pwd
TOOLS_PLATFORM.readelf?= /usr/bin/readelf
Home |
Main Index |
Thread Index |
Old Index