# Note: Fonts matching glob may be found both 2nd, 3rd, or 4th level in,
# using extglob.
abinfo "Installing fonts (OTF) ..."
install -Dvm644 "$SRCDIR"/**/*.otf \
    -t "$PKGDIR"/usr/share/fonts/OTF/

abinfo "Installing fonts (OTF) ..."
install -Dvm644 "$SRCDIR"/**/*.{afm,pfb,pfm} \
    -t "$PKGDIR"/usr/share/fonts/Type1/
