On Wed, Jan 22, 2020 at 02:47:15PM +0100, Paco Esteban wrote: > On Wed, 22 Jan 2020, Stuart Henderson wrote:
> > Do you have any local changes in mk.conf or diffs in python ports > > infrastructure (python.port.mk etc)? Running "make plist" here doesn't add > > those lines. > This is my mk.conf (I have some things in /home because I built > this machine before going into the porting party. I know, I should > reinstall): > WRKOBJDIR=/home/paco/ports/obj > DISTDIR=/home/paco/ports/distfiles > PACKAGE_REPOSITORY=/home/paco/ports/packages All three of those lines should be able to be replaced with PORTSDIR=/home/paco/ports I suppose its possible since you aren't setting that that there is another DIR variable derived from PORTSDIR that isn't getting set and confusing update-plist > SUDO=/usr/bin/doas > FETCH_PACKAGES= > PORTS_PRIVSEP=Yes > I don't have any diff on /usr/ports/infrastructure or > /usr/ports/lang/python Try that change and see if it stops adding those lines. --Kurt