Use pkgsrc's perl in favor of /usr/sbin/perl -- this way we know what

we're dealing with.
This commit is contained in:
jschauma 2002-12-11 22:39:11 +00:00
parent f9f1cfa841
commit 8ae27a67ce

View file

@ -1,4 +1,4 @@
# $NetBSD: defs.IRIX.mk,v 1.8 2002/12/03 21:13:38 agc Exp $ # $NetBSD: defs.IRIX.mk,v 1.9 2002/12/11 22:39:11 jschauma Exp $
# #
# Variable definitions for the IRIX operating system. # Variable definitions for the IRIX operating system.
@ -52,7 +52,7 @@ MTREE?= ${ZOULARISBASE}/bin/mtree
MV?= /sbin/mv MV?= /sbin/mv
PATCH?= /usr/sbin/patch -b PATCH?= /usr/sbin/patch -b
PAX?= /usr/sbin/pax PAX?= /usr/sbin/pax
PERL5?= /usr/sbin/perl PERL5?= ${LOCALBASE}/bin/perl
PKGLOCALEDIR?= share PKGLOCALEDIR?= share
PS?= /sbin/ps PS?= /sbin/ps
RM?= /sbin/rm RM?= /sbin/rm