diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-24 19:16:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-24 19:16:27 +0000 |
commit | 7c4cce2fa9f2d447caa3d410bb2f90751fb8414c (patch) | |
tree | 5c857aa7d12388faad9bf1c494205e43a6f966e7 /doc/guide/files | |
parent | d8243309b96528ef9e60ce18f74cda89aca8eb48 (diff) | |
download | pkgsrc-7c4cce2fa9f2d447caa3d410bb2f90751fb8414c.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/guide/files')
-rw-r--r-- | doc/guide/files/configuring.xml | 10 |
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> |