summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-02-26 03:02:59 +0000
committergrant <grant@pkgsrc.org>2003-02-26 03:02:59 +0000
commit3b94220111f394f39081745d4de50b05f6f988ff (patch)
tree3ed2bd05697b342a63c465dac540a8b2012294f8 /mk/defs.Darwin.mk
parent5d85b1b282d6733c3f508bc472a4bebc76dfe445 (diff)
downloadpkgsrc-3b94220111f394f39081745d4de50b05f6f988ff.tar.gz
prefer PREFIX/bin/pax if it exists.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index 44d409f7e72..5d8ec261f4b 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.45 2003/02/24 19:49:47 jschauma Exp $
+# $NetBSD: defs.Darwin.mk,v 1.46 2003/02/26 03:02:59 grant Exp $
#
# Variable definitions for the Darwin operating system.
@@ -38,7 +38,11 @@ MTREE?= /usr/sbin/mtree
MV?= /bin/mv
NICE?= /usr/bin/nice
PATCH?= /usr/bin/patch
+.if exists(${LOCALBASE}/bin/pax)
+PAX?= ${LOCALBASE}/bin/pax
+.else
PAX?= /bin/pax
+.endif
PERL5?= ${LOCALBASE}/bin/perl
PKGLOCALEDIR?= share
PS?= /bin/ps