Re: font module: add MODFONT_DOCFILES

2024-07-09 Thread Stuart Henderson
makes sense, ok On 2024/07/09 04:22, Anthony J. Bentley wrote: > Anthony J. Bentley writes: > > The majority of font ports don't use the font module. One reason why > > is that in a lot of cases, doing so doesn't make the makefile any > > simpler. > > > > One area where this can be easily improved

Re: font module: add MODFONT_DOCFILES

2024-07-09 Thread Anthony J. Bentley
Anthony J. Bentley writes: > The majority of font ports don't use the font module. One reason why > is that in a lot of cases, doing so doesn't make the makefile any > simpler. > > One area where this can be easily improved is with font documentation. > It's very common for fonts to come with doc f

Re: font module: add MODFONT_DOCFILES

2024-04-15 Thread Anthony J. Bentley
Anthony J. Bentley writes: > This diff adds the variables MODFONT_DOCDIR (which defaults to > ${PREFIX}/share/doc/${MODFONT_FAMILY}) and MODFONT_DOCFILES (a user- > specified list of files relative to WRKSRC). And the manpage diff: Index: port-modules.5 ===