On 2023/09/10 08:10:58 -0600, "Anthony J. Bentley" <[email protected]> wrote: > Renato Aguiar writes: > > Recursive Sans & Mono is a variable type family built for better > > code & UI. > > > > https://www.recursive.design/ > > > > https://github.com/arrowtype/recursive > > > > Port attached. > > EXTRACT_SUFX=.zip is already set by default in the font module. And I > would wrap the do-install lines to 80 characters.
agreed > Other than that, the port looks fine to me. Anyone else willing to ok? ok op@ while here we might change MASTER_SITES with SITES and avoid the vertical spacing too. --- recursive/Makefile Fri Sep 8 04:10:55 2023 +++ /usr/ports/fonts/recursive/Makefile Sun Sep 10 17:29:34 2023 @@ -11,13 +11,12 @@ # SIL OFL 1.1 PERMIT_PACKAGE = Yes -MASTER_SITES = https://github.com/arrowtype/recursive/releases/download/v$V/ -EXTRACT_SUFX = .zip +SITES = https://github.com/arrowtype/recursive/releases/download/v$V/ -MODULES = font +MODULES = font -NO_BUILD = Yes -NO_TEST = Yes +NO_BUILD = Yes +NO_TEST = Yes do-install: ${INSTALL_DATA_DIR} ${FONTDIR}
