summaryrefslogtreecommitdiff
path: root/mk/fonts.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Fix ttf/type1 handling in fonts.mk:wiz1-1/+5
Previously, ttmkfdir's output was redirected to fonts.dir, while the correct behaviour is to let it create fonts.scale and then let mkfontdir merge fonts.scale into fonts.dir. type1 handling had a similar problem. Get the wanted behaviour by automatically appending the contents of FONTS_TTF_DIRS and FONTS_TYPE1_DIRS to FONTS_X11_DIRS. Also, save a subshell in install/fonts while there. Bump PKGREVISION for all affected packages. jmmv@ says ok.
2004-03-29Use ttmkfdir2 by default.recht1-2/+2
Closes PR 24934 by Martin Husemann.
2003-12-19Handle font (de)installation before bsd.pkg.install.mk handles OWN_DIRS.jmmv1-3/+2
This way font directories are not automatically removed; the package must define OWN_DIRS if it wants them to be deleted during deinstallation. This is done to avoid removal of standard font directories (those that appear in *.dist files).
2003-02-18Use ${.CURDIR} when referencing install/deinstall scripts.jmmv1-3/+3
2003-02-16Use EVAL_PREFIX on ttmkfdir and type1inst so LOCALBASE is not harcoded.seb1-3/+7
Okay'ed by jmmv.
2003-02-16Implement a simple framework to handle font databases. It regenerates thejmmv1-0/+53
fonts.dir, fonts.scale and Fontmap files (depending on the font type) in the right directories at (de)install time. Support included for TrueType, Type1 and standard X11 fonts. Reviewed by jlam.