Update ports manpath to something that is really working. While I'm

there, let's update manpath to NetBSD and OpenBSD manual pages.
This commit is contained in:
Marc Fonvieille 2006-08-21 07:51:30 +00:00
parent 464ae1582f
commit 34648ce9d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28498

View file

@ -211,12 +211,12 @@
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
(data r) "&" "amp;" "sektion=" (data m))))
(case v
(("current") (string-append u "&" "amp;" "manpath=FreeBSD+6-current"))
(("current") (string-append u "&" "amp;" "manpath=FreeBSD+7-current"))
(("xfree86") (string-append u "&" "amp;" "manpath=XFree86+4.4.0"))
(("xorg") (string-append u "&" "amp;" "manpath=X11R6.7.0"))
(("netbsd") (string-append u "&" "amp;" "manpath=NetBSD+1.6.1"))
(("openbsd") (string-append u "&" "amp;" "manpath=OpenBSD+3.4"))
(("ports") (string-append u "&" "amp;" "manpath=FreeBSD+5.4-RELEASE+and+Ports"))
(("netbsd") (string-append u "&" "amp;" "manpath=NetBSD+3.0"))
(("openbsd") (string-append u "&" "amp;" "manpath=OpenBSD+3.9"))
(("ports") (string-append u "&" "amp;" "manpath=FreeBSD+6.1-RELEASE+and+Ports"))
(else u))))
(element application ($bold-seq$))