mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
eee58d187e
Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
bin/llgal
|
|
%%SITE_PERL%%/Llgal/Config.pm
|
|
%%SITE_PERL%%/Llgal/Messages.pm
|
|
%%SITE_PERL%%/Llgal/Templates.pm
|
|
%%SITE_PERL%%/Llgal/Utils.pm
|
|
man/man1/llgal.1.gz
|
|
man/man5/llgalrc.5.gz
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/dynamic_comments_in_slides/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/dynamic_comments_in_slides/add_comment.php
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/dynamic_comments_in_slides/slidetemplate.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/tweak_image_generation.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/howto.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/llgalrc
|
|
%%PORTDOCS%%%%DOCSDIR%%/upgrade.html
|
|
%%DATADIR%%/captions.header
|
|
%%DATADIR%%/index.png
|
|
%%DATADIR%%/indextemplate.html
|
|
%%DATADIR%%/llgal.css
|
|
%%DATADIR%%/next.png
|
|
%%DATADIR%%/prev.png
|
|
%%DATADIR%%/slidetemplate.html
|
|
%%DATADIR%%/tile.png
|
|
share/locale/de/LC_MESSAGES/llgal.mo
|
|
share/locale/en/LC_MESSAGES/llgal.mo
|
|
share/locale/fr/LC_MESSAGES/llgal.mo
|
|
share/locale/it/LC_MESSAGES/llgal.mo
|
|
@dirrm %%DATADIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples/dynamic_comments_in_slides
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrmtry %%ETCDIR%%
|
|
@exec mkdir -p %D/%%ETCDIR%%
|