Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-19 | Handle font (de)installation before bsd.pkg.install.mk handles OWN_DIRS. | jmmv | 1 | -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-18 | Use ${.CURDIR} when referencing install/deinstall scripts. | jmmv | 1 | -3/+3 | |
2003-02-16 | Use EVAL_PREFIX on ttmkfdir and type1inst so LOCALBASE is not harcoded. | seb | 1 | -3/+7 | |
Okay'ed by jmmv. | |||||
2003-02-16 | Implement a simple framework to handle font databases. It regenerates the | jmmv | 1 | -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. |