diff options
author | agc <agc@pkgsrc.org> | 1999-08-25 10:04:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-25 10:04:46 +0000 |
commit | 104fa8172cf0d8bef8b8b166c21134376a8a91b0 (patch) | |
tree | f26751a9a53baf48fbb52fe1c3fc25a56faf5abb /mk | |
parent | 9391191c36b2eda843494b7a381e85321bef9cb0 (diff) | |
download | pkgsrc-104fa8172cf0d8bef8b8b166c21134376a8a91b0.tar.gz |
Document NMH_PAGER and NMH_EDITOR.
Make WINDOWMAKER_OPTIONS conform to normal usage.
GIMP_SMALL_DATA doesn't seem to exist any more.
Explain LIBWRAP_FWD and USE_INN more fully.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 783395485d6..b2830c7164a 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.68 1999/08/23 08:10:35 tron Exp $ +# $NetBSD: mk.conf.example,v 1.69 1999/08/25 10:04:46 agc Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -223,11 +223,6 @@ # Possible: [agc - unknown] # Default: not defined -#GIMP_SMALL_DATA= # Used in gimp package to specify installation - # of the small data set only. - # Possible: defined, not defined - # Default: not defined - #INN_DATA_DIR # Used by inn to specify the data directory. # Possible: any path you like # Default: /var/news @@ -241,7 +236,8 @@ # Possible: not defined, british # Default: not defined -#LIBWRAP_FWD= # Make libwrap also compare against forwards +#LIBWRAP_FWD= # Used in ssh package to make libwrap also + # compare against forwarded connection attempts # Possible: not defined, YES # Default: not defined @@ -276,10 +272,18 @@ # Possible: not defined, YES # Default: not defined +#NMH_EDITOR= # default editor for use in nmh. + # Possible: any editor. + # Default: vi + NMH_MTA= smtp # default MTA for use in nmh. # Possible: smtp or sendmail. # Default: smtp +#NMH_PAGER= # default pager for use in nmh. + # Possible: any editor. + # Default: more + #NS_ENCRYPTION= us # Used to decide if export or US version # of Netscape should be installed. # Possible: export, us @@ -334,7 +338,7 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: defined, not defined # Default: not defined -#USE_INN= # Used in many packages to specify use of +#USE_INN= # Used in trn and nn to specify use of # "inn" instead of "nntpclnt" package to # provide "inews" binary. # Possible: not defined, YES @@ -359,7 +363,7 @@ PAPERSIZE= A4 # Default paper size for packages. # Possible: not defined, YES # Default: not defined -#WINDOWMAKER_OPTIONS # Options for building windowmaker package +#WINDOWMAKER_OPTIONS= # Options for building windowmaker package # Used to add support for GNOME, KDE or # OPEN LOOK(tm) and to avoid redundancies # with KDE. |