diff options
author | wiz <wiz> | 2004-12-28 14:38:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-28 14:38:03 +0000 |
commit | a2de47d97128ef3ea5225981f245216bcdd4e6b1 (patch) | |
tree | 3c57a9e442dc4d6c96263158fc72d70a96e3df2b /fonts/kochi-ttf | |
parent | c8c3c66b78f7b0de036deecf86133c4cfde8df61 (diff) | |
download | pkgsrc-a2de47d97128ef3ea5225981f245216bcdd4e6b1.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/kochi-ttf')
-rw-r--r-- | fonts/kochi-ttf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/kochi-ttf/Makefile b/fonts/kochi-ttf/Makefile index 6ae83842d9e..d4349acfbab 100644 --- a/fonts/kochi-ttf/Makefile +++ b/fonts/kochi-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/12/26 17:30:51 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/28 14:38:03 wiz Exp $ DISTNAME= kochi-substitute-${KOCHI_VERSION} PKGNAME= kochi-ttf-${KOCHI_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= fonts japanese MASTER_SITES= http://osdn.dl.sourceforge.jp/efont/5411/ EXTRACT_SUFX= .tar.bz2 |