Sun Jun 1 16:56:47 2014 UTC ()
Update default font path reference.


(wiz)
diff -r1.239 -r1.240 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.239 -r1.240 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2014/04/06 15:04:16 1.239
+++ pkgsrc/mk/defaults/mk.conf 2014/06/01 16:56:47 1.240
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.239 2014/04/06 15:04:16 khorben Exp $ 1# $NetBSD: mk.conf,v 1.240 2014/06/01 16:56:47 wiz Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -616,30 +616,30 @@ WARN_NO_OBJECT_FMT?=yes @@ -616,30 +616,30 @@ WARN_NO_OBJECT_FMT?=yes
616# List of flags passed to pkg_add(8) in the bin_install package. 616# List of flags passed to pkg_add(8) in the bin_install package.
617# Possible: -v, -u, etc. See pkg_add(8) 617# Possible: -v, -u, etc. See pkg_add(8)
618# Default: (no option) 618# Default: (no option)
619 619
620#LOCALPATCHES=... 620#LOCALPATCHES=...
621# Directory where local patches are stored. See pkgsrc/doc/pkgsrc.txt. 621# Directory where local patches are stored. See pkgsrc/doc/pkgsrc.txt.
622# Possible: Any local directory 622# Possible: Any local directory
623# Default: none 623# Default: none
624 624
625# 625#
626# Definitions used only in the packages collection 626# Definitions used only in the packages collection
627# 627#
628 628
629#ACROREAD_FONTPATH?= ${PREFIX}/lib/X11/fonts/TTF 629#ACROREAD_FONTPATH?= ${PREFIX}/share/fonts/X11/TTF
630# Colon separated list of additional directories for acroread7 to 630# Colon separated list of additional directories for acroread7 to
631# look in for TTF/Type1 fonts. 631# look in for TTF/Type1 fonts.
632# Default: ${PREFIX}/lib/X11/fonts/TTF 632# Default: ${PREFIX}/share/fonts/X11/TTF
633 633
634AMANDA_USER?= amandabackup 634AMANDA_USER?= amandabackup
635# Used in the amanda packages to specify the login user and group 635# Used in the amanda packages to specify the login user and group
636# responsible for backups. 636# responsible for backups.
637# Possible: any user name 637# Possible: any user name
638# Default: backup 638# Default: backup
639 639
640AMANDA_TMP?= /tmp/amanda 640AMANDA_TMP?= /tmp/amanda
641# Specifies the directory in which amanda puts its debug and temporary 641# Specifies the directory in which amanda puts its debug and temporary
642# files. 642# files.
643# Default: /tmp/amanda 643# Default: /tmp/amanda
644 644
645AMANDA_VAR?= ${VARBASE}/amanda 645AMANDA_VAR?= ${VARBASE}/amanda