ports containing perl modules go into /lib instead of /usr/local/lib

Vivek Khera khera at kcilink.com
Tue Nov 11 13:10:11 PST 2003


>>>>> "AB" == Anton Berezin <tobez at tobez.org> writes:

>> On the 4.9-REL machine it says 6.20
>> on the 4.8-STABLE it says 6.16

AB> Ah, very interesting!  And now, the output of

AB> locate MakeMaker.pm|grep local|grep ExtU

AB> as well as the output of

AB> echo `locate MakeMaker.pm|grep local|grep ExtU`|xargs -n 1 pkg_info -W

AB> will be _greatly_ appreciated.

On 4.9-REL machine:

[lorax]~% locate MakeMaker.pm|grep local|grep ExtU
/usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm
[lorax]~% echo `locate MakeMaker.pm|grep local|grep ExtU`|xargs -n 1 pkg_info -W 
/usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm was installed by package perl-5.6.1_10



on 4.8-STABLE:

[yertle]~% locate MakeMaker.pm|grep local|grep ExtU
/usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm
[yertle]~% echo `locate MakeMaker.pm|grep local|grep ExtU`|xargs -n 1 pkg_info -W
/usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm was installed by package perl-5.6.1_10



More information about the freebsd-ports mailing list