From 38a26a669d5d463cfd202f62bb551900f10909a5 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sat, 22 Aug 2015 10:57:26 +0000 Subject: [PATCH] add manpages for FreeBSD Ports 10.2-RELEASE --- en_US.ISO8859-1/htdocs/cgi/man.cgi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi index f4aa73b5d9..59992a7b81 100755 --- a/en_US.ISO8859-1/htdocs/cgi/man.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi @@ -223,6 +223,8 @@ $manLocalDir = '/usr/local/www/bsddoc/man'; $manPathDefault = 'FreeBSD 10.2-RELEASE'; %manPath = ( + 'FreeBSD 10.2-RELEASE and Ports', +"$manLocalDir/FreeBSD-10.2-RELEASE/man:$manLocalDir/FreeBSD-10.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/man:$manLocalDir/FreeBSD-ports-10.2-RELEASE/misc", 'FreeBSD 10.1-RELEASE and Ports', "$manLocalDir/FreeBSD-10.1-RELEASE/man:$manLocalDir/FreeBSD-10.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/man", 'FreeBSD 9.3-RELEASE and Ports', @@ -261,6 +263,7 @@ $manPathDefault = 'FreeBSD 10.2-RELEASE'; 'FreeBSD 10.1-stable', "$manLocalDir/FreeBSD-10.1-stable/man:$manLocalDir/FreeBSD-10.1-stable/openssl/man", + '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", 'FreeBSD Ports 10.0-RELEASE', "$manLocalDir/FreeBSD-ports-10.0-RELEASE/man:$manLocalDir/FreeBSD-ports-10.0-RELEASE/misc", @@ -760,7 +763,7 @@ while ( ( $key, $val ) = each %manPath ) { 'freebsd-stable6', 'FreeBSD 6.4-stable', 'freebsd-current', 'FreeBSD 11-current', - 'freebsd-release-ports', 'FreeBSD 10.1-RELEASE and Ports', + 'freebsd-release-ports', 'FreeBSD 10.2-RELEASE and Ports', 'slackware', 'Linux Slackware 3.1', 'redhat', 'Red Hat Linux/i386 9',