summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authorgrant <grant>2003-02-26 03:02:59 +0000
committergrant <grant>2003-02-26 03:02:59 +0000
commit37446f3db69c65d4013261104d9619a7a7ac7545 (patch)
tree3ed2bd05697b342a63c465dac540a8b2012294f8 /mk/defs.Darwin.mk
parente72879b24d96265b65a4f039cc33b63443a46859 (diff)
downloadpkgsrc-37446f3db69c65d4013261104d9619a7a7ac7545.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