diff --git a/en/cgi/cvsweb.conf b/en/cgi/cvsweb.conf
index 6b4413d052..47a47f2d34 100644
--- a/en/cgi/cvsweb.conf
+++ b/en/cgi/cvsweb.conf
@@ -8,9 +8,9 @@
 #     2002      V. Skytt�    <scop@FreeBSD.org>
 #          based on work by Bill Fenner  <fenner@FreeBSD.org>
 #
-# $Id: cvsweb.conf,v 1.37 2004-04-04 21:49:38 phantom Exp $
+# $Id: cvsweb.conf,v 1.38 2006-01-19 19:53:38 ceri Exp $
 # $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
-# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.36 2003/09/18 19:19:06 brueffer Exp $
+# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.37 2004/04/04 21:49:38 phantom Exp $
 #
 ###
 
@@ -96,7 +96,7 @@ $cvstreedefault = $CVSrepositories[2 * 0];    # The first one
 # Manual gateway
 ##############
 $mancgi =
-    "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
+    "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+7.0-current&format=html";
 
 ##############
 # Defaults for UserSettings
diff --git a/en/cgi/cvsweb.conf-freebsd b/en/cgi/cvsweb.conf-freebsd
index dbfc79b1cc..4ed2dc145c 100644
--- a/en/cgi/cvsweb.conf-freebsd
+++ b/en/cgi/cvsweb.conf-freebsd
@@ -3,7 +3,7 @@
 # Set up for FreeBSD repo options.
 #
 # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-freebsd,v 1.5 2001/08/01 09:32:22 knu Exp $
-# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.14 2004/04/05 23:14:21 ceri Exp $
+# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.15 2005/01/05 12:16:14 ceri Exp $
 
 if ($uname eq 'FreeBSD') {
 	$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
@@ -40,7 +40,7 @@ $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
 $prkeyword = "PR";
 
 $mancgi =
-    "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
+    "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+7.0-current&format=html";
 
 # Allow downloading a tarball of a port or a project directory
 $allow_tar = ($where =~ m,^(ports/[^/]+/[^/]+/|projects/[^/]+/),);