diff options
author | mat <mat@FreeBSD.org> | 2015-09-14 20:19:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-09-14 20:19:48 +0800 |
commit | fce96910d8fa5a4eed7867a15f95ee514b0fdc2e (patch) | |
tree | b5c267ca5490c7e06b5fe235a5d442d93eac880d /www/p5-File-Mork | |
parent | 292a8fe8b9a022107dd57df327cd4f998fff539a (diff) | |
download | freebsd-ports-gnome-fce96910d8fa5a4eed7867a15f95ee514b0fdc2e.tar.gz freebsd-ports-gnome-fce96910d8fa5a4eed7867a15f95ee514b0fdc2e.tar.zst freebsd-ports-gnome-fce96910d8fa5a4eed7867a15f95ee514b0fdc2e.zip |
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
Diffstat (limited to 'www/p5-File-Mork')
-rw-r--r-- | www/p5-File-Mork/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-File-Mork/pkg-plist b/www/p5-File-Mork/pkg-plist index bd56e9281957..1f96af9a6570 100644 --- a/www/p5-File-Mork/pkg-plist +++ b/www/p5-File-Mork/pkg-plist @@ -1,4 +1,4 @@ bin/mork %%SITE_PERL%%/File/Mork.pm %%PERL5_MAN3%%/File::Mork.3.gz -man/man1/mork.1.gz +%%PERL5_MAN1%%/mork.1.gz |