diff options
author | darcy <darcy@pkgsrc.org> | 2007-12-30 22:54:39 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2007-12-30 22:54:39 +0000 |
commit | 3e1e83a5345a913d15c79fbfa649ab93b1ba0977 (patch) | |
tree | 5c68f241bff2195763edf25c647be3cdb78f2db2 | |
parent | ff9ab4cdb8eb66a6c9d4b60e68c22851df668118 (diff) | |
download | pkgsrc-3e1e83a5345a913d15c79fbfa649ab93b1ba0977.tar.gz |
Explain PKG_OPTIONS usage a little more "loudly."
-rw-r--r-- | doc/guide/files/configuring.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml index 3b21ef6d751..9a8359567f9 100644 --- a/doc/guide/files/configuring.xml +++ b/doc/guide/files/configuring.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: configuring.xml,v 1.30 2007/10/17 14:08:02 kano Exp $ --> +<!-- $NetBSD: configuring.xml,v 1.31 2007/12/30 22:54:39 darcy Exp $ --> <chapter id="configuring"> <title>Configuring pkgsrc</title> @@ -361,6 +361,11 @@ PKG_DEFAULT_OPTIONS= -arts -dvdread -esound PKG_OPTIONS.kdebase= debug -sasl PKG_OPTIONS.apache= suexec </screen> + <para>It is important to note that options that were specifically + suggested by the package maintainer must be explicitely removed if + you do not wish to include the option. If you are unsure you can view + the current state with <command>make show-options</command>.</para> + <para>The following settings are consulted in the order given, and the last setting that selects or disables an option is used:</para> |