summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-24 19:16:27 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-24 19:16:27 +0000
commit66bb784c2bd917e81dad3dd3a78fc7f2f259fc13 (patch)
tree5c857aa7d12388faad9bf1c494205e43a6f966e7 /doc
parent1e9c15c0ab18ec3d0e5e592bf51336c255f012c8 (diff)
downloadpkgsrc-66bb784c2bd917e81dad3dd3a78fc7f2f259fc13.tar.gz
Sync with reality:
- license names are case-sensitive - specific instructions for modifying ACCEPTABLE_LICENSES are only given for simple license conditions, so don't make the user expect too much
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/configuring.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml
index 1dff6c28efc..4ba193e9eaf 100644
--- a/doc/guide/files/configuring.xml
+++ b/doc/guide/files/configuring.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.35 2009/05/09 14:59:09 joerg Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.36 2009/07/24 19:16:27 joerg Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -79,9 +79,11 @@ works.</para>
(<quote>mipsel</quote>, etc.).</para>
</listitem>
<listitem><para><varname>ACCEPTABLE_LICENSES</varname>:
- List of acceptable licenses. Whenever you try to build a package
- whose license is not in this list, you will get an error message
- that includes instructions on how to change this variable.</para>
+ List of acceptable licenses. License names are case-sensitive.
+ Whenever you try to build a package whose license is not in this
+ list, you will get an error message. If the license condition is
+ simple enough, the error message will include specific
+ instructions on how to change this variable.</para>
</listitem>
</itemizedlist>
</sect1>