Re: git: 5105e1ebecc7 - main - krb5: Fix the installed compile_et

From: Lexi Winter <ivy_at_freebsd.org>
Date: Tue, 19 Aug 2025 17:42:50 UTC
Dima Panov:
> On 19.08.2025 16:20, Mark Johnston wrote:
> > -KRB5_ETDIR?=	${DESTDIR}/usr/share/et
> > +KRB5_ETDIR?=	/usr/share/et
> 
> What the reason to omit ${DESTDIR} here?
> It will be always install by global path instead of requested destination root.

${KRB5_ETDIR} is used as ETSCRIPTSDIR in krb5/util/et/Makefile:

FILESGROUPS=    ETSCRIPTS
[...]
ETSCRIPTSDIR=   ${KRB5_ETDIR}

the files install target in bsd.files.mk already prepends ${DESTDIR}
when installing.