Use pkgsrc's perl in favor of /usr/sbin/perl -- this way we know what
we're dealing with.
This commit is contained in:
parent
f9f1cfa841
commit
8ae27a67ce
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue