Add manpages for FreeBSD Ports 11.0-RELEASE
This commit is contained in:
parent
f25f1153d0
commit
b171eb4a0a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49471
1 changed files with 3 additions and 0 deletions
|
@ -226,6 +226,8 @@ $manLocalDir = '/usr/local/www/bsddoc/man';
|
|||
$manPathDefault = 'FreeBSD 10.3-RELEASE and Ports';
|
||||
|
||||
%manPath = (
|
||||
'FreeBSD 11.0-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-11.0-RELEASE/man:$manLocalDir/FreeBSD-11.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-11.0-RELEASE/man:$manLocalDir/FreeBSD-ports-11.0-RELEASE/misc",
|
||||
'FreeBSD 10.3-RELEASE and Ports',
|
||||
"$manLocalDir/FreeBSD-10.3-RELEASE/man:$manLocalDir/FreeBSD-10.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.3-RELEASE/man:$manLocalDir/FreeBSD-ports-10.3-RELEASE/misc",
|
||||
'FreeBSD 10.2-RELEASE and Ports',
|
||||
|
@ -282,6 +284,7 @@ $manPathDefault = 'FreeBSD 10.3-RELEASE and Ports';
|
|||
'FreeBSD 10.2-stable',
|
||||
"$manLocalDir/FreeBSD-10.2-stable/man:$manLocalDir/FreeBSD-10.2-stable/openssl/man",
|
||||
|
||||
'FreeBSD Ports 11.0-RELEASE', "$manLocalDir/FreeBSD-ports-11.0-RELEASE/man:$manLocalDir/FreeBSD-ports-11.0-RELEASE/misc",
|
||||
'FreeBSD Ports 10.3-RELEASE', "$manLocalDir/FreeBSD-ports-10.3-RELEASE/man:$manLocalDir/FreeBSD-ports-10.3-RELEASE/misc",
|
||||
'FreeBSD Ports 10.2-RELEASE', "$manLocalDir/FreeBSD-ports-10.2-RELEASE/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/misc",
|
||||
'FreeBSD Ports 10.1-RELEASE', "$manLocalDir/FreeBSD-ports-10.1-RELEASE/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/misc",
|
||||
|
|
Loading…
Reference in a new issue