From afae652a2a20e0b0caa335e766dff03094773e1f Mon Sep 17 00:00:00 2001 From: Mathieu Arnold 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 --- devel/p5-File-Copy-Link/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/p5-File-Copy-Link') diff --git a/devel/p5-File-Copy-Link/pkg-plist b/devel/p5-File-Copy-Link/pkg-plist index f8b2baae8477..59da6aba853a 100644 --- a/devel/p5-File-Copy-Link/pkg-plist +++ b/devel/p5-File-Copy-Link/pkg-plist @@ -3,4 +3,4 @@ bin/copylink %%SITE_PERL%%/File/Spec/Link.pm %%PERL5_MAN3%%/File::Copy::Link.3.gz %%PERL5_MAN3%%/File::Spec::Link.3.gz -man/man1/copylink.1.gz +%%PERL5_MAN1%%/copylink.1.gz -- cgit v1.2.3