summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.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.SunOS.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.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 69330ac34a8..0afd6085caf 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.22 2002/03/14 02:28:23 lukem Exp $
+# $NetBSD: defs.SunOS.mk,v 1.23 2002/04/09 22:15:41 jlam Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -46,6 +46,7 @@ PATCH?= /usr/bin/gpatch -b
PATCH?= ${LOCALBASE}/bin/patch -b
.endif
PAX?= /bin/pax
+PERL5?= ${LOCALBASE}/bin/perl
PKGLOCALEDIR?= lib
PS?= /bin/ps
RM?= /usr/bin/rm