pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform OpenBSD's pax(1) doesn't support -O flag, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae4861c22e61
branches:  trunk
changeset: 483724:ae4861c22e61
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Nov 18 04:22:39 2004 +0000

description:
OpenBSD's pax(1) doesn't support -O flag, so use the pkgsrc one.

diffstat:

 mk/platform/OpenBSD.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9cd2ffb15fce -r ae4861c22e61 mk/platform/OpenBSD.mk
--- a/mk/platform/OpenBSD.mk    Thu Nov 18 04:00:50 2004 +0000
+++ b/mk/platform/OpenBSD.mk    Thu Nov 18 04:22:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OpenBSD.mk,v 1.4 2004/11/16 18:04:00 tv Exp $
+# $NetBSD: OpenBSD.mk,v 1.5 2004/11/18 04:22:39 xtraeme Exp $
 #
 # Variable definitions for the OpenBSD operating system.
 
@@ -46,7 +46,7 @@
 MV?=           /bin/mv
 NICE?=         /usr/bin/nice
 PATCH?=                /usr/bin/patch
-PAX?=          /bin/pax
+PAX?=          ${LOCALBASE}/bin/pax
 PERL5?=                ${LOCALBASE}/bin/perl
 PKGLOCALEDIR?= share
 PS?=           /bin/ps



Home | Main Index | Thread Index | Old Index