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

Vivek Khera khera at kcilink.com
Tue Nov 11 14:26:03 PST 2003


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

AB> This does not make a lot of sense.  :-/

AB> Alright.  What about

AB> /usr/bin/perl -MExtUtils::MakeMaker -le 'for (keys %::) { next unless /MakeM/; print }'


on 4.8-STABLE:

[yertle]~% /usr/bin/perl -MExtUtils::MakeMaker -le 'for (keys %::) { next unless /MakeM/; print }'
_</usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm

on 4.9-REL:

[lorax]~% /usr/bin/perl -MExtUtils::MakeMaker -le 'for (keys %::) { next unless /MakeM/; print }'
_</usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm




More information about the freebsd-ports mailing list