svn commit: r51570 - head/en_US.ISO8859-1/books/porters-handbook/plist
Mathieu Arnold
mat at FreeBSD.org
Wed Apr 18 16:27:57 UTC 2018
Author: mat
Date: Wed Apr 18 16:27:56 2018
New Revision: 51570
URL: https://svnweb.freebsd.org/changeset/doc/51570
Log:
Add a not on how to use @desktop-file-utils.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Apr 18 10:25:11 2018 (r51569)
+++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Wed Apr 18 16:27:56 2018 (r51570)
@@ -391,7 +391,10 @@ PLIST_SUB= PERL_ARCH=mach</programlisting>
<title><literal>@desktop-file-utils</literal></title>
<para>Will run <command>update-desktop-database -q</command>
- after installation and deinstallation.</para>
+ after installation and deinstallation.
+ <emphasis>Never</emphasis> use directly, add <link
+ linkend="uses-desktop-file-utils"><literal>USES=desktop-file-utils</literal></link>
+ to the <filename>Makefile</filename>.</para>
</sect2>
<sect2 xml:id="plist-keywords-fc">
More information about the svn-doc-head
mailing list