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>
<important>
<para>The <buildtarget>install</buildtarget> phase is the most
important from the end-user's point of view as it is the one
adding files to his system. All the additional commands run
in the port's <filename>Makefile</filename> in all the
<para>The <buildtarget>install</buildtarget> phase is very
important to the end user because it
adds files to their system. All the additional commands run
in the port <filename>Makefile</filename>'s
<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>
</important>
@ -5140,7 +5140,7 @@ PORTVERSION= 1.0</programlisting>
and <literal>@group
<replaceable>group</replaceable></literal>.
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
is <literal>root:wheel</literal>. See <xref
linkend="plist-keywords-base"/> for more information.</para>