summaryrefslogtreecommitdiff
path: root/fonts/vera-ttf
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-28 14:38:03 +0000
committerwiz <wiz>2004-12-28 14:38:03 +0000
commit04a612954c4dde68f97a222da925593ef0862a9e (patch)
tree3c57a9e442dc4d6c96263158fc72d70a96e3df2b /fonts/vera-ttf
parent591bc82d9d262f9ec5bb8a0b454b1c07ec0127e3 (diff)
downloadpkgsrc-04a612954c4dde68f97a222da925593ef0862a9e.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/vera-ttf')
-rw-r--r--fonts/vera-ttf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/vera-ttf/Makefile b/fonts/vera-ttf/Makefile
index 2a905586a05..e0232abbbeb 100644
--- a/fonts/vera-ttf/Makefile
+++ b/fonts/vera-ttf/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/01/25 20:35:17 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/28 14:38:03 wiz Exp $
#
DISTNAME= ttf-bitstream-vera-1.10
PKGNAME= vera-ttf-1.10
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ttf-bitstream-vera/1.10/}
EXTRACT_SUFX= .tar.bz2