bc871f8be3
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.
13 lines
288 B
Makefile
13 lines
288 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/12/28 14:38:03 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= cyberbit-ttf-2.0
|
|
PKGREVISION= 4
|
|
FONT_FILE= Cyberbit.ZIP
|
|
|
|
COMMENT= Multilingual TrueType font from Bitstream
|
|
|
|
CONFLICTS= cyberbase-ttf-*
|
|
|
|
.include "../../fonts/cyberbit-ttf/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|