summaryrefslogtreecommitdiff
path: root/fonts/xorg-fonts100dpi/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-22 21:53:56 +0000
committerjoerg <joerg>2006-09-22 21:53:56 +0000
commitbcaa74d78c4bb00b45e3ba6f025114edd61b83a2 (patch)
treedb83b25b7768e178196b801eef79294cee44fa06 /fonts/xorg-fonts100dpi/Makefile
parent2a25027705e71b83c42ccbdae2739d56d535f049 (diff)
downloadpkgsrc-bcaa74d78c4bb00b45e3ba6f025114edd61b83a2.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/xorg-fonts100dpi/Makefile')
-rw-r--r--fonts/xorg-fonts100dpi/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/xorg-fonts100dpi/Makefile b/fonts/xorg-fonts100dpi/Makefile
index 373b2753428..68447a02d17 100644
--- a/fonts/xorg-fonts100dpi/Makefile
+++ b/fonts/xorg-fonts100dpi/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/06/19 12:23:02 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/09/22 21:53:57 joerg Exp $
DISTNAME= X11R${XORG_VER}-src1
PKGNAME= xorg-fonts100dpi-${XORG_VER}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= fonts x11
MASTER_SITES= ${MASTER_SITE_XORG}
@@ -18,5 +18,7 @@ XBUILD_DIRS= fonts/encodings fonts/bdf/100dpi
XINSTALL_DIRS= fonts/bdf/100dpi
XEXTRACTS= ${XBUILD_DIRS} fonts/bdf/75dpi/Imakefile.inc
+FONTS_DIRS.x11= ${X11ROOT_PREFIX}/lib/X11/fonts/100dpi
+
.include "../../fonts/xorg-fontsEncodings/Makefile.common"
.include "../../mk/bsd.pkg.mk"