Date: Tue, 15 Apr 2008 18:32:03 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Ashant Chalasani <sys@sellerbay.org> Cc: freebsd-questions@freebsd.org Subject: Re: Install port without man page Message-ID: <4804E693.7070104@infracaninophile.co.uk> In-Reply-To: <6a5b467e0804150907u20d1163fo27c067c025d8b08c@mail.gmail.com> References: <6a5b467e0804150907u20d1163fo27c067c025d8b08c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4804E693.7070104>