summaryrefslogtreecommitdiff
path: root/mk/defs.Darwin.mk
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-09 22:15:40 +0000
committerjlam <jlam>2002-04-09 22:15:40 +0000
commit24140cc5992b514c5a3d68205d901efbd1813da6 (patch)
tree090bb966329576beafdc893ccb9c33faae729965 /mk/defs.Darwin.mk
parent8d257c61a211b2e60374f0d22c14050d24cfd25f (diff)
downloadpkgsrc-24140cc5992b514c5a3d68205d901efbd1813da6.tar.gz
Move definition of PERL5 from bsd.pkg.mk into defs.*.mk. This is something
that is used regardless of whether perl is installed or not, and we sometimes want its value before include bsd.pkg.mk.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r--mk/defs.Darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index fd3c6bb1eac..89980d40d61 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.20 2002/03/14 02:28:23 lukem Exp $
+# $NetBSD: defs.Darwin.mk,v 1.21 2002/04/09 22:15:41 jlam Exp $
#
# Variable definitions for the Darwin operating system.
@@ -35,6 +35,7 @@ MTREE?= /usr/sbin/mtree
MV?= /bin/mv
PATCH?= /usr/bin/patch
PAX?= /bin/pax
+PERL5?= ${LOCALBASE}/bin/perl
PKGLOCALEDIR?= share
PS?= /bin/ps
RM?= /bin/rm