mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Perl 5.8.0 has been in ports for a long time. Add the correct directory
to manpath.config so use.perl won't needs to add it.
This commit is contained in:
parent
ea39e8caa9
commit
9bab25e9e2
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ MANDATORY_MANPATH /usr/share/openssl/man
|
|||
#
|
||||
OPTIONAL_MANPATH /usr/local/man
|
||||
OPTIONAL_MANPATH /usr/local/lib/perl5/5.6.1/man
|
||||
OPTIONAL_MANPATH /usr/local/lib/perl5/5.8.0/man
|
||||
OPTIONAL_MANPATH /usr/X11R6/man
|
||||
#
|
||||
# set up PATH to MANPATH mapping
|
||||
|
|
|
|||
Loading…
Reference in a new issue