From bc871f8be391f5d281cfb343e076093ad6e94954 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 28 Dec 2004 14:38:03 +0000 Subject: 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. --- fonts/dbz-ttf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/dbz-ttf') diff --git a/fonts/dbz-ttf/Makefile b/fonts/dbz-ttf/Makefile index 6f4e137839e..b079551961b 100644 --- a/fonts/dbz-ttf/Makefile +++ b/fonts/dbz-ttf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/01/25 20:30:50 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/28 14:38:03 wiz Exp $ # DISTNAME= dbz PKGNAME= dbz-ttf-20020507 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts MASTER_SITES= http://www.andrew.cmu.edu/~twm/fonts/ EXTRACT_SUFX= .zip -- cgit v1.2.3