Re: Install port without man page

2008-04-30 Thread Mel
On Thursday 24 April 2008 18:35:16 Ashant Chalasani wrote: Also part of the output of [EMAIL PROTECTED] /usr/ports/net/isc-dhcp3-server]# make install clean MANPREFIX=/tmp/ PREFIX=/mnt/ is.. . install -c -m 444 dhcpd /mnt//sbin chmod 755 /mnt//sbin/dhcpd install -c dhcpd.man8

Re: Install port without man page

2008-04-24 Thread Ashant Chalasani
I've experimented with the isc-dhcp3-server port all 3 options - NO_INSTALL_MANPAGES, NOPORTDOCS and MANPREFIX and in every case there were manpages installed in /mnt/man/ [EMAIL PROTECTED] /mnt/man]# find . -name *dhcp* ./man5/dhcp-options.5 ./man5/dhcp-eval.5 ./man5/dhcpd.conf.5

Re: Install port without man page

2008-04-24 Thread Ashant Chalasani
Also part of the output of [EMAIL PROTECTED] /usr/ports/net/isc-dhcp3-server]# make install clean MANPREFIX=/tmp/ PREFIX=/mnt/ is.. . install -c -m 444 dhcpd /mnt//sbin chmod 755 /mnt//sbin/dhcpd install -c dhcpd.man8 /mnt//man/man8/dhcpd.8 install -c dhcpd.conf.man5

Re: Install port without man page

2008-04-23 Thread Andrew Pantyukhin
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

Re: Install port without man page

2008-04-15 Thread Eduardo Morras
At 18:07 15/04/2008, Ashant Chalasani wrote: Hello All, 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

Re: Install port without man page

2008-04-15 Thread Eduardo Morras
At 18:07 15/04/2008, Ashant Chalasani wrote: Hello All, 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

Re: Install port without man page

2008-04-15 Thread Matthew Seaman
Ashant Chalasani wrote: Hello All, 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

Re: Install port without man page

2008-04-15 Thread Mel
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

Re: Install port without man page

2008-04-15 Thread Mel
On Tuesday 15 April 2008 19:32:03 Matthew Seaman wrote: Ashant Chalasani wrote: Hello All, 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

Re: Install port without man page

2008-04-15 Thread Mel
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