Re: PORTSDIR not being read from /etc/make.conf when build /usr/src
Date: Thu, 08 Dec 2022 07:58:39 UTC
On 07.12.2022 23:18, Jonathan Vasquez wrote: > I went ahead and added the following to /etc/make.conf: > > PORTSDIR=/usr/local/poudriere/ports/default > DISTDIR=/usr/local/poudriere/distfiles > Hi, in the man page for make.conf is only the option 'DISTDIR' listed, and not 'PORTSDIR'. Based on that, I suppose it's just not a valid option. Souji