Re: git: 7a66a72bd431 - main - games/opengfx: update to 7.1

From: Fernando_ApesteguĂ­a <fernape_at_freebsd.org>
Date: Fri, 10 Jun 2022 21:05:38 UTC
On Fri, Jun 10, 2022 at 8:56 PM Alexey Dokuchaev <danfe@freebsd.org> wrote:
>
> On Fri, Jun 10, 2022 at 02:41:23PM +0000, Fernando Apestegu??a wrote:
> > commit 7a66a72bd43194fea5b7a1fa764d824a2d5af83f
> >
> > ...
> > -DATADIR=     ${PREFIX}/share/openttd/baseset/opengfx
> >
> >  do-install:
> > -     @${MKDIR} ${STAGEDIR}${DATADIR}
> > -     ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR}
> > +     @${MKDIR} \
> > +             ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}
> > +     ${INSTALL_DATA} \
> > +             ${WRKSRC}/* \
> > +             ${STAGEDIR}${PREFIX}/share/openttd/baseset/${PORTNAME}
>
> I don't understand the necessity of this change.  Why remove the
> DATADIR and replace two lines with five?

Sorry, that slipped my mind. It should be restored in
https://cgit.freebsd.org/ports/commit/?id=7a66a72bd43194fea5b7a1fa764d824a2d5af83f

Thanks for the heads up.

>
> ./danfe