aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-14 12:19:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-14 12:19:48 +0000
commitafae652a2a20e0b0caa335e766dff03094773e1f (patch)
treeb5c267ca5490c7e06b5fe235a5d442d93eac880d /print
parent5a735b9d085e581f8b876095c25db79a9bc533dd (diff)
downloadports-afae652a2a20e0b0caa335e766dff03094773e1f.tar.gz
ports-afae652a2a20e0b0caa335e766dff03094773e1f.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
Notes
Notes: svn path=/head/; revision=396892
Diffstat (limited to 'print')
-rw-r--r--print/a2pdf/pkg-plist2
-rw-r--r--print/latex-biber/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/a2pdf/pkg-plist b/print/a2pdf/pkg-plist
index 7bd83baf54ac..799d4339c1af 100644
--- a/print/a2pdf/pkg-plist
+++ b/print/a2pdf/pkg-plist
@@ -1,3 +1,3 @@
bin/a2pdf
%%SITE_PERL%%/App/a2pdf.pm
-man/man1/a2pdf.1.gz
+%%PERL5_MAN1%%/a2pdf.1.gz
diff --git a/print/latex-biber/pkg-plist b/print/latex-biber/pkg-plist
index b42e25672b0e..27891947166d 100644
--- a/print/latex-biber/pkg-plist
+++ b/print/latex-biber/pkg-plist
@@ -1,5 +1,5 @@
bin/biber
-man/man1/biber.1.gz
+%%PERL5_MAN1%%/biber.1.gz
%%PERL5_MAN3%%/Biber.3.gz
%%PERL5_MAN3%%/Biber::Config.3.gz
%%PERL5_MAN3%%/Biber::Constants.3.gz