From owner-freebsd-questions@FreeBSD.ORG Thu Feb 9 15:50:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4556316A420 for ; Thu, 9 Feb 2006 15:50:47 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77F343D48 for ; Thu, 9 Feb 2006 15:50:46 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id k19Fojk3078528; Thu, 9 Feb 2006 09:50:45 -0600 (CST) (envelope-from dan) Date: Thu, 9 Feb 2006 09:50:45 -0600 From: Dan Nelson To: "Ian A. Tegebo" Message-ID: <20060209155045.GJ78323@dan.emsphone.com> References: <20060209102439.GA28170@rescomp.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060209102439.GA28170@rescomp.berkeley.edu> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: jdk1.4.2 port and incorrect manpath X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 15:50:47 -0000 In the last episode (Feb 09), Ian A. Tegebo said: > I read in man(1) that the MANPATH is comiled into the man binary; after > building the jdk14 port (1.4.2p7_2), I find that the man pages for java > are in /usr/local/jdk1.4.2/man and thus are not accessible except by > specifying them in particular. > > 1) Do I need recompile man? > 2) Is the port broken?: I did not see a bug for it, nor a list post. > 3) Is there something else I'm missing? Add "OPTIONAL_MANPATH /usr/local/jdk1.4.2/man" to /etc/manpath.config, and you should be set. -- Dan Nelson dnelson@allantgroup.com