Subject: Re: Perl packlist
To: Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr>
From: Johnny C. Lam <lamj@stat.cmu.edu>
List: tech-pkg
Date: 04/17/2001 07:34:31
p99dreyf@criens.u-psud.fr (Emmanuel Dreyfus) writes:
>
> Well, if I ask perl about this, just the way bsd.pkg.mk does, perl tells
> me the right things:
> perl -V:installsitearch
> installsitearch='/usr/pkg/lib/perl5/site_perl/5.6.0/powerpc-netbsd';
>
> But a make show-var VARNAME=PERL5_SITEARCH tells this:
> $ show-var VARNAME=PERL5_SITEARCH
> /usr/pkg/lib/perl5/site_perl/powerpc-netbsd
Your perl-mk package may have been created when perl-5.00404 was
installed on your system, and when it created
${LOCALBASE}/share/mk/bsd.perl.mk, it may have defined all of the
PERL5_* variables to their perl-5.00404 values. Please check if this
is the case by browsing through that file, or seeing if you've
predefined those values in your /etc/mk.conf.
Cheers,
-- Johnny C. Lam <lamj@stat.cmu.edu>
Department of Statistics, Carnegie Mellon University
http://www.stat.cmu.edu/~lamj/