From fce96910d8fa5a4eed7867a15f95ee514b0fdc2e Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 14 Sep 2015 12:19:48 +0000 Subject: Make it so that the default Perl is always called perl5. - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 --- net/p5-OAI-Harvester/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/p5-OAI-Harvester') diff --git a/net/p5-OAI-Harvester/pkg-plist b/net/p5-OAI-Harvester/pkg-plist index 96874776a86f..4d170828631e 100644 --- a/net/p5-OAI-Harvester/pkg-plist +++ b/net/p5-OAI-Harvester/pkg-plist @@ -27,5 +27,5 @@ bin/oai-listsets %%PERL5_MAN3%%/Net::OAI::Record::Header.3.gz %%PERL5_MAN3%%/Net::OAI::Record::OAI_DC.3.gz %%PERL5_MAN3%%/Net::OAI::ResumptionToken.3.gz -man/man1/oai-listrecords.1.gz -man/man1/oai-listsets.1.gz +%%PERL5_MAN1%%/oai-listrecords.1.gz +%%PERL5_MAN1%%/oai-listsets.1.gz -- cgit