diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-28 14:38:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-28 14:38:03 +0000 |
commit | bc871f8be391f5d281cfb343e076093ad6e94954 (patch) | |
tree | 3c57a9e442dc4d6c96263158fc72d70a96e3df2b /fonts/cyberbit-ttf | |
parent | 7c43830d8bda77dd0b656a6c280d4855067894d2 (diff) | |
download | pkgsrc-bc871f8be391f5d281cfb343e076093ad6e94954.tar.gz |
Fix ttf/type1 handling in fonts.mk:
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.
Diffstat (limited to 'fonts/cyberbit-ttf')
-rw-r--r-- | fonts/cyberbit-ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/cyberbit-ttf/Makefile b/fonts/cyberbit-ttf/Makefile index e6e06b396cb..c2168d54499 100644 --- a/fonts/cyberbit-ttf/Makefile +++ b/fonts/cyberbit-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/01/25 20:29:30 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/28 14:38:03 wiz Exp $ # PKGNAME= cyberbit-ttf-2.0 -PKGREVISION= 3 +PKGREVISION= 4 FONT_FILE= Cyberbit.ZIP COMMENT= Multilingual TrueType font from Bitstream |