Re: git: f78f4879c494 - main - sysutils/debootstrap: Set +x to debootstrap

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 10 Feb 2023 17:55:34 UTC
Neel Chauhan <nc@FreeBSD.org> writes:

>  -DSDIR=$(DESTDIR)/usr/share/debootstrap
> -+DSDIR=$(DESTDIR)%%DATADIR%%
> ++DSDIR=$(DESTDIR)/usr/local/share/debootstrap

Looks unrelated and likely breaks PREFIX != /usr/local support.

Note, "git add -p" can be used to pick only desired parts without noise.
Note2, "poudriere testport -P" can test build PREFIX != /usr/local.