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.
This commit is contained in:
parent
1fd49ae00a
commit
6eb4df5ec3
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2004/12/05 07:58:47 rxg Exp $
|
# $NetBSD: Makefile,v 1.2 2004/12/28 14:41:04 thomasklausner Exp $
|
||||||
|
|
||||||
DISTNAME= wang-ttf-1.3
|
DISTNAME= wang-ttf-1.3
|
||||||
|
PKGREVISION= 1
|
||||||
CATEGORIES= fonts chinese
|
CATEGORIES= fonts chinese
|
||||||
MASTER_SITES= ftp://cle.linux.org.tw/pub/fonts/wangfonts/ \
|
MASTER_SITES= ftp://cle.linux.org.tw/pub/fonts/wangfonts/ \
|
||||||
ftp://cle.linux.org.tw/pub/fonts/wangfonts/WCL/
|
ftp://cle.linux.org.tw/pub/fonts/wangfonts/WCL/
|
||||||
|
|
Loading…
Reference in a new issue