diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 18:17:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 18:17:21 +0000 |
commit | d807d1a3b113f6d3a9e5e3c484b63432fdb3e343 (patch) | |
tree | d3534d29133f9db5991d6ecad761546aa6aa87a4 /fonts/kcfonts | |
parent | f90d21e6f641e1f2537ad9f412ad9e9f03f7ab91 (diff) | |
download | pkgsrc-d807d1a3b113f6d3a9e5e3c484b63432fdb3e343.tar.gz |
Convert to use the font hooks in the pkginstall framework. We no
longer need to run mkfontdir ourselves, and those @exec/@unexec lines
may be removed from the PLISTs.
Diffstat (limited to 'fonts/kcfonts')
-rw-r--r-- | fonts/kcfonts/Makefile | 4 | ||||
-rw-r--r-- | fonts/kcfonts/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/fonts/kcfonts/Makefile b/fonts/kcfonts/Makefile index b7af41cbbe4..75ef858eb9f 100644 --- a/fonts/kcfonts/Makefile +++ b/fonts/kcfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/11/08 18:22:09 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/29 18:17:21 jlam Exp $ DISTNAME= kcfonts-1.05 CATEGORIES= fonts @@ -9,6 +9,6 @@ COMMENT= Kuo Chauo Chinese Fonts collection WRKSRC= ${WRKDIR} USE_X11BASE= yes -USE_TOOLS+= mkfontdir:run +FONTS_DIRS.x11= lib/X11/fonts/local .include "../../mk/bsd.pkg.mk" diff --git a/fonts/kcfonts/PLIST b/fonts/kcfonts/PLIST index 4b5ffbebc86..201beac8200 100644 --- a/fonts/kcfonts/PLIST +++ b/fonts/kcfonts/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/18 16:19:03 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/12/29 18:17:21 jlam Exp $ lib/X11/fonts/local/fonts.alias lib/X11/fonts/local/kc8x15.pcf.gz lib/X11/fonts/local/kc12x24.pcf.gz lib/X11/fonts/local/kc15f.pcf.gz lib/X11/fonts/local/kc24f.pcf.gz -@exec %D/bin/mkfontdir %D/lib/X11/fonts/local -@unexec %D/bin/mkfontdir %D/lib/X11/fonts/local |