summaryrefslogtreecommitdiff
path: root/mk/defs.FreeBSD.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.FreeBSD.mk
parente72879b24d96265b65a4f039cc33b63443a46859 (diff)
downloadpkgsrc-37446f3db69c65d4013261104d9619a7a7ac7545.tar.gz
prefer PREFIX/bin/pax if it exists.
Diffstat (limited to 'mk/defs.FreeBSD.mk')
-rw-r--r--mk/defs.FreeBSD.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/defs.FreeBSD.mk b/mk/defs.FreeBSD.mk
index 9bdf07b705b..6a1ab17f92f 100644
--- a/mk/defs.FreeBSD.mk
+++ b/mk/defs.FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.FreeBSD.mk,v 1.16 2003/02/21 12:01:00 grant Exp $
+# $NetBSD: defs.FreeBSD.mk,v 1.17 2003/02/26 03:02:59 grant Exp $
#
# Variable definitions for the FreeBSD operating system.
@@ -46,7 +46,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