pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Add documentation of the LICENSE varia...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3500daad5c9b
branches:  trunk
changeset: 357690:3500daad5c9b
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Jan 25 20:10:46 2017 +0000

description:
Add documentation of the LICENSE variable (part of the pkgsrc package 3rd
section Makefile variables).

>From David H. Gutteridge via PR pkg/51917

diffstat:

 doc/guide/files/components.xml |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 8b0e73ebda53 -r 3500daad5c9b doc/guide/files/components.xml
--- a/doc/guide/files/components.xml    Wed Jan 25 19:50:29 2017 +0000
+++ b/doc/guide/files/components.xml    Wed Jan 25 20:10:46 2017 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.53 2016/07/10 07:46:29 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.54 2017/01/25 20:10:46 leot Exp $ -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
 <title>Package components - files, directories and contents</title>
@@ -116,6 +116,11 @@
     <listitem><para><varname>COMMENT</varname> is a one-line
     description of the package (should not include the package
     name).</para></listitem>
+
+    <listitem><para><varname>LICENSE</varname> indicates the license(s)
+    applicable for the package. See <xref
+    linkend="handling-licenses"/> for further details.</para>
+    </listitem>
   </itemizedlist></para>
 
   <para>Other variables that affect the build:



Home | Main Index | Thread Index | Old Index