diff options
author | kei <kei@pkgsrc.org> | 2001-04-18 00:38:29 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-04-18 00:38:29 +0000 |
commit | 6df75ba8c25ef3e043f3fc98c24d20cc5dca6e46 (patch) | |
tree | a90abd451e90a511d4c7aca3c754dfcbcec3056a /mk | |
parent | cd52dd8120fad11ee8baace260d241885a0a3ad8 (diff) | |
download | pkgsrc-6df75ba8c25ef3e043f3fc98c24d20cc5dca6e46.tar.gz |
added note of TEXMFSITE, which specifies the location of site-specific
configuration file(s).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 714a0b1e279..03c9968d925 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.196 2001/04/14 19:42:53 kim Exp $ +# $NetBSD: mk.conf.example,v 1.197 2001/04/18 00:38:29 kei Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -532,6 +532,16 @@ # Possible: not defined, defined # Default: not defined +#TEXMFSITE= +# Used in TeXfamily package which depends on teTeX package to specify +# site-local texmf configuration. +# Since teTeX package uses ${PREFIX}/share/texmf directory, TeXfamily +# package uses ${PREFIX}/share/texmf.local. Therefore, though you can +# use /usr/local/share/texmf as TEXMFSITE, it causes a conflict if you +# set ${PREFIX} to /usr/local. Use another path in such a case. +# Possible: any valid path +# Default: none + #LIBWRAP_FWD= # Used in ssh package to make libwrap also compare against forwarded # connection attempts |