summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-22 21:53:56 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-22 21:53:56 +0000
commit7545d135e658977a2b769208086732dd248245b8 (patch)
treedb83b25b7768e178196b801eef79294cee44fa06 /mk/bsd.prefs.mk
parent68d3dff32dec63655d69ead8bd06b72a5fb770c0 (diff)
downloadpkgsrc-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 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index c5c9d22f056..a1f9e8e76db 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.235 2006/09/10 20:19:39 schwarz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.236 2006/09/22 21:53:57 joerg Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -413,6 +413,9 @@ X11PREFIX= ${LOCALBASE}
X11PREFIX= ${X11BASE}
.endif
+# Default directory for font encodings
+X11_ENCODINGSDIR?= ${X11BASE}/lib/X11/fonts/encodings
+
DEPOT_SUBDIR?= packages
DEPOTBASE= ${LOCALBASE}/${DEPOT_SUBDIR}