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 | bd495bcf64aed663e510f8c2f50cbcdb7ca97ee5 (patch) | |
tree | 3c57a9e442dc4d6c96263158fc72d70a96e3df2b /fonts/baekmuk-ttf | |
parent | 084ec23f1d19c3bf358f0d1d40b0264467afd8be (diff) | |
download | pkgsrc-bd495bcf64aed663e510f8c2f50cbcdb7ca97ee5.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/baekmuk-ttf')
-rw-r--r-- | fonts/baekmuk-ttf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/baekmuk-ttf/Makefile b/fonts/baekmuk-ttf/Makefile index e1e85c25b1b..d0de6125c0c 100644 --- a/fonts/baekmuk-ttf/Makefile +++ b/fonts/baekmuk-ttf/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/08/13 03:22:23 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/28 14:38:03 wiz Exp $ DISTNAME= baekmuk-ttf-2.2 +PKGREVISION= 1 CATEGORIES= fonts korean MASTER_SITES= http://kldp.net/download.php/1429/ |