Edit to simplify and shorten.

This commit is contained in:
Warren Block 2016-03-23 20:29:17 +00:00
parent 19eb5755d4
commit b55d2b054b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48463

View file

@ -5116,12 +5116,12 @@ PORTVERSION= 1.0</programlisting>
<title>Installing Files</title> <title>Installing Files</title>
<important> <important>
<para>The <buildtarget>install</buildtarget> phase is the most <para>The <buildtarget>install</buildtarget> phase is very
important from the end-user's point of view as it is the one important to the end user because it
adding files to his system. All the additional commands run adds files to their system. All the additional commands run
in the port's <filename>Makefile</filename> in all the in the port <filename>Makefile</filename>'s
<buildtarget>*-install</buildtarget> targets should be <buildtarget>*-install</buildtarget> targets should be
echo'ed. <emphasis>Do not</emphasis> silence them with echoed to the screen. <emphasis>Do not</emphasis> silence these commands with
<literal>@</literal> or <literal>.SILENT</literal>.</para> <literal>@</literal> or <literal>.SILENT</literal>.</para>
</important> </important>
@ -5140,7 +5140,7 @@ PORTVERSION= 1.0</programlisting>
and <literal>@group and <literal>@group
<replaceable>group</replaceable></literal>. <replaceable>group</replaceable></literal>.
These operators work until overridden, or until the end These operators work until overridden, or until the end
of <filename>pkg-plist</filename>, so do not forget to reset of <filename>pkg-plist</filename>, so remember to reset
them after they are no longer needed. The default ownership them after they are no longer needed. The default ownership
is <literal>root:wheel</literal>. See <xref is <literal>root:wheel</literal>. See <xref
linkend="plist-keywords-base"/> for more information.</para> linkend="plist-keywords-base"/> for more information.</para>