diff options
author | sevan <sevan@pkgsrc.org> | 2015-03-02 16:40:54 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-03-02 16:40:54 +0000 |
commit | e1826b6569b24d197c88512a4abc903d7967c295 (patch) | |
tree | 0c5ccd2a284153840b55a44b7d826077a1322c41 | |
parent | 3f73b1918f4e22d9f6f87765b156df562bfcfec0 (diff) | |
download | pkgsrc-e1826b6569b24d197c88512a4abc903d7967c295.tar.gz |
bsd.pkg.mk no longer contains a list of substitutions which are applied to
PLISTs, direct readers to how they can find out about substitutions today.
Reviewed by wiz@
-rw-r--r-- | doc/guide/files/plist.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/guide/files/plist.xml b/doc/guide/files/plist.xml index 5f802e9eb64..02aeda60e99 100644 --- a/doc/guide/files/plist.xml +++ b/doc/guide/files/plist.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: plist.xml,v 1.20 2015/02/15 18:50:04 wiz Exp $ --> +<!-- $NetBSD: plist.xml,v 1.21 2015/03/02 16:40:54 sevan Exp $ --> <chapter id="plist"> <title>PLIST issues</title> @@ -131,9 +131,10 @@ PRINT_PLIST_AWK+= /^@dirrm share\/specific/ { print "@comment " $$0; next; </varlistentry> </variablelist> - <para>For a complete list of values which are replaced by - default, please look in <filename>bsd.pkg.mk</filename> (and - search for <varname>PLIST_SUBST</varname>).</para> + <para>For a list of values which are replaced by + default, the output of <command>make help topic=PLIST_SUBST</command> as +well as searching the <filename>pkgsrc/mk</filename> directory with <command>grep</command> for +<varname>PLIST_SUBST</varname> should help.</para> <para>If you want to change other variables not listed above, you can add variables and their expansions to this variable in the |