Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 17:26:01 -0500
From:      Vivek Khera <khera@kcilink.com>
To:        Anton Berezin <tobez@tobez.org>
Cc:        ports@freebsd.org
Subject:   Re: ports containing perl modules go into /lib instead of /usr/local/lib
Message-ID:  <16305.25081.341687.863406@yertle.int.kciLink.com>
In-Reply-To: <20031111212939.GA41993@heechee.tobez.org>
References:  <20031110013624.GE43349@toxic.magnesium.net> <16303.46232.713078.496625@yertle.int.kciLink.com> <3FAFC336.3030806@fillmore-labs.com> <16303.51123.347649.592276@yertle.int.kciLink.com> <3FAFDA5E.2030308@fillmore-labs.com> <16303.58941.382301.400967@yertle.int.kciLink.com> <20031111131229.GA91623@heechee.tobez.org> <16305.17927.292119.499893@yertle.int.kciLink.com> <20031111210620.GF9823@heechee.tobez.org> <16305.20530.70421.387782@yertle.int.kciLink.com> <20031111212939.GA41993@heechee.tobez.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "AB" == Anton Berezin <tobez@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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16305.25081.341687.863406>