Re: git: beef0681729d - main - graphics/iec16022: Move manpages to share/man
- In reply to: Mathieu Arnold : "Re: git: beef0681729d - main - graphics/iec16022: Move manpages to share/man"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 18:00:07 UTC
Mathieu Arnold <mat@freebsd.org> wrote:
> On Sun, Jan 21, 2024 at 05:43:55PM +0000, Emanuel Haupt wrote:
> >
> > +# remove after manprefix migration
> > +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
>
> As the removal is likely to end up being along the lines of a
>
> sed -e /GNU_CONFIGURE_MANPREFIX/d Makefile
>
> it would be better to not add comments, otherwise the cleanup will be
> harder.
Roger that. Will adjust my workflow.