Remove some contractions.
This commit is contained in:
parent
34d7a51850
commit
8e54ef323b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15966
1 changed files with 6 additions and 6 deletions
|
@ -1544,7 +1544,7 @@ PORTEPOCH= 1</programlisting>
|
|||
|
||||
<row>
|
||||
<entry><filename>science</filename></entry>
|
||||
<entry>Scientific ports that don't fit into other
|
||||
<entry>Scientific ports that do not fit into other
|
||||
categories such as <filename>astro</filename>,
|
||||
<filename>biology</filename> and
|
||||
<filename>math</filename>.</entry>
|
||||
|
@ -4474,7 +4474,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
|
|||
<makevar>PREFIX</makevar>, as this variable is automatically passed
|
||||
down to every stage of the build and install processes.</para>
|
||||
|
||||
<para>Make sure your application isn't installing things in
|
||||
<para>Make sure your application is not installing things in
|
||||
<filename>/usr/local</filename> instead of <makevar>PREFIX</makevar>.
|
||||
A quick test for this is to do this is:</para>
|
||||
|
||||
|
@ -4482,7 +4482,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
|
|||
|
||||
<para>If anything is installed outside of <makevar>PREFIX</makevar>,
|
||||
making the package creation process will complain that it
|
||||
can't find the files.</para>
|
||||
cannot find the files.</para>
|
||||
|
||||
<!-- XXX This paragraph is confusing and poorly indented. -->
|
||||
<para>This does not test for the existence of internal references,
|
||||
|
@ -5999,7 +5999,7 @@ drweb:*:426:426:Dr.Web Mail Scanner:/nonexistent:/sbin/nologin</programlisting>
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><makevar>BROKEN</makevar> is reserved for ports that
|
||||
don't work and should not be installed by users. This
|
||||
do not work and should not be installed by users. This
|
||||
will prevent users from installing the port, however,
|
||||
ports marked as <makevar>BROKEN</makevar> will still be
|
||||
built by <ulink url="http://bento.FreeBSD.org/">the
|
||||
|
@ -6024,7 +6024,7 @@ drweb:*:426:426:Dr.Web Mail Scanner:/nonexistent:/sbin/nologin</programlisting>
|
|||
for being secure), however sometimes there is a
|
||||
noticeable time gap between disclosure of a
|
||||
vulnerability and an updated software release of a piece
|
||||
of vulnerable software. Don't mark a port
|
||||
of vulnerable software. Do not mark a port
|
||||
<makevar>FORBIDDEN</makevar> for any reason other than
|
||||
security.</para>
|
||||
</listitem>
|
||||
|
@ -6204,7 +6204,7 @@ pre-install:
|
|||
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name && find -d * -type d) | comm -13 OLD-DIRS - | sort -r | sed -e 's#^#@dirrm #' >> pkg-plist</replaceable></userinput></screen>
|
||||
|
||||
<para>Finally, you need to tidy up the packing list by hand; it isn't
|
||||
<para>Finally, you need to tidy up the packing list by hand; it is not
|
||||
<emphasis>all</emphasis> automated. Manual pages should be listed in
|
||||
the port's <filename>Makefile</filename> under
|
||||
<makevar>MAN<replaceable>n</replaceable></makevar>, and not in the
|
||||
|
|
Loading…
Reference in a new issue