Re: git: 7a66a72bd431 - main - games/opengfx: update to 7.1
- In reply to: Alexey Dokuchaev : "Re: git: 7a66a72bd431 - main - games/opengfx: update to 7.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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