summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-11-18 04:22:39 +0000
committerxtraeme <xtraeme>2004-11-18 04:22:39 +0000
commit0b1887afbcc8f3a1c967b32967ed5ac5254d3253 (patch)
tree82fec30ebea8f57807e9c96a0b3dda227d644f21 /mk/platform
parent4ae6d9418ffc5f52b1432043d66acf3916311705 (diff)
downloadpkgsrc-0b1887afbcc8f3a1c967b32967ed5ac5254d3253.tar.gz
OpenBSD's pax(1) doesn't support -O flag, so use the pkgsrc one.
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/OpenBSD.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk
index 6a96c95111a..14ae201475f 100644
--- a/mk/platform/OpenBSD.mk
+++ b/mk/platform/OpenBSD.mk
@@ -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 @@ MTREE?= /usr/sbin/mtree
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