From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 17:32:21 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 81AB41065671 for ; Tue, 15 Apr 2008 17:32:21 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id C34A08FC0C for ; Tue, 15 Apr 2008 17:32:20 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.2/8.14.2) with ESMTP id m3FHWAAE074654; Tue, 15 Apr 2008 18:32:15 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.5.2 smtp.infracaninophile.co.uk m3FHWAAE074654 Message-ID: <4804E693.7070104@infracaninophile.co.uk> Date: Tue, 15 Apr 2008 18:32:03 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: Ashant Chalasani References: <6a5b467e0804150907u20d1163fo27c067c025d8b08c@mail.gmail.com> In-Reply-To: <6a5b467e0804150907u20d1163fo27c067c025d8b08c@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig1A21D79BEF0102182A00D6F7" X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Tue, 15 Apr 2008 18:32:15 +0100 (BST) X-Virus-Scanned: ClamAV 0.92.1/6781/Tue Apr 15 14:41:50 2008 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on happy-idiot-talk.infracaninophile.co.uk Cc: 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 17:32:21 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1A21D79BEF0102182A00D6F7 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Ashant Chalasani wrote: > Hello All, >=20 > 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). Ports should honour the NOPORTDOCS make variable and not install any documentation (including man pages). You can add 'NOPORTDOCS=3Dyes' to /etc/make.conf to have it apply generally, or you can apply it while installing an individual port by eg: # cd /usr/ports/some/port ; make -DNOPORTDOCS install or=20 # portinstall -m NOPORTDOCS=3Dyes some/port and half a dozen or more variations on those methods. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig1A21D79BEF0102182A00D6F7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkgE5pkACgkQ8Mjk52CukIzZaQCfdKR+N/VFupQQ++Nyilf5TVvA GOMAnjzQ1DFxD779+cLoMh2pkcTJUXFA =Wxc7 -----END PGP SIGNATURE----- --------------enig1A21D79BEF0102182A00D6F7--