pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: FETCH_BEFORE_ARGS



On Fri, May 22, 2009 at 01:19:35PM +0300, Martti Kuparinen wrote:
> I want to disable IPv6 but setting this in /etc/mk.conf seems to have no
> effect...

I have:

.if exists(${LOCALBASE}/bin/ftp)
FETCH_CMD?=${LOCALBASE}/bin/ftp -4
.else
FETCH_CMD?=/usr/bin/ftp -4
.endif

in /etc/mk.conf. It works, but the correctness of it may be questionable.

- Jukka.


Home | Main Index | Thread Index | Old Index