On Tue, Jul 21, 2009 at 4:50 AM, Siju George<[email protected]> wrote: > On Tue, Jul 21, 2009 at 2:41 PM, patrick keshishian<[email protected]> wrote: >> could also use ftp's -E flag flag in your /etc/mk.conf file: >> >> $ grep FETCH_CMD /etc/mk.conf >> FETCH_CMD=/usr/bin/ftp -V -m -k 0 -E >> >> $ man ftp >> /EPRT >> -E Disables EPSV/EPRT command on IPv4 connections. >> > > I didnt have a /etc/mk.conf file. > So I created one with the line above. > Is that ok?
Yes. You can put other make related variables there that you use often so you don't have to keep typing when building ports. e.g., CLEANDEPENDS=Yes HTH, --patrick
