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 /games | |
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 'games')
-rw-r--r-- | games/frozen-bubble/pkg-plist | 4 | ||||
-rw-r--r-- | games/lm-solve/pkg-plist | 2 | ||||
-rw-r--r-- | games/p5-Games-AlphaBeta/pkg-plist | 2 | ||||
-rw-r--r-- | games/p5-Games-Bingo-Print/pkg-plist | 2 | ||||
-rw-r--r-- | games/p5-Games-Bingo/pkg-plist | 2 | ||||
-rw-r--r-- | games/p5-Games-Dice/pkg-plist | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/games/frozen-bubble/pkg-plist b/games/frozen-bubble/pkg-plist index 1e54470ac07c..9193fafa27cb 100644 --- a/games/frozen-bubble/pkg-plist +++ b/games/frozen-bubble/pkg-plist @@ -3270,6 +3270,6 @@ bin/frozen-bubble-editor %%SITE_ARCH%%/auto/share/dist/Games-FrozenBubble/snd/snore.ogg %%SITE_ARCH%%/auto/share/dist/Games-FrozenBubble/snd/stick.ogg %%SITE_ARCH%%/auto/share/dist/Games-FrozenBubble/snd/typewriter.ogg -man/man1/frozen-bubble-editor.1.gz -man/man1/frozen-bubble.1.gz +%%PERL5_MAN1%%/frozen-bubble-editor.1.gz +%%PERL5_MAN1%%/frozen-bubble.1.gz share/pixmaps/frozen-bubble.png diff --git a/games/lm-solve/pkg-plist b/games/lm-solve/pkg-plist index f659b9b789e8..dac510943041 100644 --- a/games/lm-solve/pkg-plist +++ b/games/lm-solve/pkg-plist @@ -13,7 +13,7 @@ bin/lm-solve %%SITE_PERL%%/Games/LMSolve/Tilt/Single.pm %%SITE_PERL%%/Games/LMSolve.pm %%SITE_PERL%%/Games/get-version.pl -man/man1/lm-solve.1.gz +%%PERL5_MAN1%%/lm-solve.1.gz %%PERL5_MAN3%%/Games::LMSolve.3.gz %%PERL5_MAN3%%/Games::LMSolve::Alice.3.gz %%PERL5_MAN3%%/Games::LMSolve::Base.3.gz diff --git a/games/p5-Games-AlphaBeta/pkg-plist b/games/p5-Games-AlphaBeta/pkg-plist index 7195b15280ef..96ab10b1cac4 100644 --- a/games/p5-Games-AlphaBeta/pkg-plist +++ b/games/p5-Games-AlphaBeta/pkg-plist @@ -9,4 +9,4 @@ bin/othello-demo %%SITE_PERL%%/Games/AlphaBeta/Reversi.pm %%SITE_PERL%%/Games/Sequential.pm %%SITE_PERL%%/Games/Sequential/Position.pm -man/man1/othello-demo.1.gz +%%PERL5_MAN1%%/othello-demo.1.gz diff --git a/games/p5-Games-Bingo-Print/pkg-plist b/games/p5-Games-Bingo-Print/pkg-plist index 519e815f84d8..5bb78e4e1bb4 100644 --- a/games/p5-Games-Bingo-Print/pkg-plist +++ b/games/p5-Games-Bingo-Print/pkg-plist @@ -1,4 +1,4 @@ bin/bingo_print.pl -man/man1/bingo_print.pl.1.gz +%%PERL5_MAN1%%/bingo_print.pl.1.gz %%SITE_PERL%%/Games/Bingo/Print.pm %%PERL5_MAN3%%/Games::Bingo::Print.3.gz diff --git a/games/p5-Games-Bingo/pkg-plist b/games/p5-Games-Bingo/pkg-plist index 659ed9dcbd99..39edc9a4b385 100644 --- a/games/p5-Games-Bingo/pkg-plist +++ b/games/p5-Games-Bingo/pkg-plist @@ -1,5 +1,5 @@ bin/bingo.pl -man/man1/bingo.pl.1.gz +%%PERL5_MAN1%%/bingo.pl.1.gz %%SITE_PERL%%/Games/Bingo.pm %%SITE_PERL%%/Games/Bingo/Card.pm %%SITE_PERL%%/Games/Bingo/Column.pm diff --git a/games/p5-Games-Dice/pkg-plist b/games/p5-Games-Dice/pkg-plist index 71d648c4405e..4b08da8136ab 100644 --- a/games/p5-Games-Dice/pkg-plist +++ b/games/p5-Games-Dice/pkg-plist @@ -1,4 +1,4 @@ bin/roll %%SITE_PERL%%/Games/Dice.pm -man/man1/roll.1.gz +%%PERL5_MAN1%%/roll.1.gz %%PERL5_MAN3%%/Games::Dice.3.gz |