From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 05:53:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E442E1065678 for ; Thu, 24 Apr 2008 05:53:17 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id D81F98FC16 for ; Thu, 24 Apr 2008 05:53:17 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from amilo.cenkes.org (ppp83-237-169-4.pppoe.mtu-net.ru [83.237.169.4]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTPSA id 76E99242F905; Thu, 24 Apr 2008 09:53:16 +0400 (MSD) Date: Thu, 24 Apr 2008 09:53:15 +0400 From: Andrew Pantyukhin To: Mel Message-ID: <20080424055311.GF1449@amilo.cenkes.org> References: <6a5b467e0804150907u20d1163fo27c067c025d8b08c@mail.gmail.com> <200804151934.36301.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804151934.36301.fbsd.questions@rachie.is-a-geek.net> X-OS: FreeBSD 8.0-CURRENT amd64 User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Ashant Chalasani , freebsd-questions@freebsd.org Subject: Re: Install port without man page X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 05:53:18 -0000 On Tue, Apr 15, 2008 at 07:34:35PM +0200, Mel wrote: > On Tuesday 15 April 2008 18:07:42 Ashant Chalasani wrote: > > > Is there a way to install a port without the man-pages. I'm trying to > > install a dhcp server onto a Tinybsd image and end up buying myself a > > bunch of files in /man, as seen at > > http://code.google.com/p/tinybsdap/wiki/InstallingPorts (hope the > > linking is not minded). > > If the port controls installing the manpages, then you can set > NO_INSTALL_MANPAGES in /etc/make.conf. NO_INSTALL_MANPAGES is traditionally just an imake-related hack, which is hardly respected, but rather used. At the moment there is no policy or knob to control manpage installation. However, many ports respect MANPREFIX/MANxPREFIX.