summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-18 04:22:39 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-18 04:22:39 +0000
commit838274a29f21afd33fddd0b6097cb42da6fff865 (patch)
tree82fec30ebea8f57807e9c96a0b3dda227d644f21 /mk/platform
parent78d64648080f6310c9815352bf10f6a0905e6466 (diff)
downloadpkgsrc-838274a29f21afd33fddd0b6097cb42da6fff865.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