CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/07/11 06:54:41
Modified files:
infrastructure/mk: font.port.mk
fonts/alkalami : Makefile
fonts/atkinson-hyperlegible: Makefile
fonts/blockzone: Makefile
fonts/cascadia-code: Makefile
fonts/ecoliercourt-fonts: Makefile
fonts/font-awesome: Makefile
fonts/hermit-font: Makefile
fonts/ibm-plex : Makefile
fonts/inconsolata-font: Makefile
fonts/intel-one-mono: Makefile
fonts/mada : Makefile
fonts/migmix : Makefile
fonts/migu : Makefile
fonts/nerd-fonts: Makefile.inc
fonts/nerd-fonts/codenewroman: Makefile
fonts/recursive: Makefile
fonts/sunscreen: Makefile
fonts/vollkorn : Makefile
fonts/zh-wqy-zenhei-ttf: Makefile
Log message:
Rework font install target to accept filenames instead of file extensions.
This means instead of setting MODFONT_TYPES to an extension like "otf",
font ports now specify filenames to install (wildcards allowed) like
MODFONT_FONTFILES=*.otf.
ok sthen@