diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-22 21:53:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-22 21:53:56 +0000 |
commit | 7545d135e658977a2b769208086732dd248245b8 (patch) | |
tree | db83b25b7768e178196b801eef79294cee44fa06 /fonts/kcfonts/Makefile | |
parent | 68d3dff32dec63655d69ead8bd06b72a5fb770c0 (diff) | |
download | pkgsrc-7545d135e658977a2b769208086732dd248245b8.tar.gz |
- Compute CHEKCK_FILES filter on the entries requested and keep it
as tight as possible. Files we don't handle shouldn't be skipped.
- fonts.alias is not created automatically, so don't remove it.
- create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR.
On platforms not following the X11R6 loayout this might need to
be overriden.
- Fix type1inst calls.
- Modify packages which installed fonts.alias before to actually
include it in the PLIST and bump the revisions accordingly.
- Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices
at run time.
Discussed with wiz and jlam.
Diffstat (limited to 'fonts/kcfonts/Makefile')
-rw-r--r-- | fonts/kcfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/kcfonts/Makefile b/fonts/kcfonts/Makefile index 0756d7a5011..63735359404 100644 --- a/fonts/kcfonts/Makefile +++ b/fonts/kcfonts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/02/17 19:34:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/09/22 21:53:57 joerg Exp $ DISTNAME= kcfonts-1.05 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/distfiles/ |