svn commit: r48476 - head/en_US.ISO8859-1/books/porters-handbook/quick-porting
Jason Helfman
jgh at FreeBSD.org
Sat Mar 26 22:17:54 UTC 2016
Author: jgh
Date: Sat Mar 26 22:17:53 2016
New Revision: 48476
URL: https://svnweb.freebsd.org/changeset/doc/48476
Log:
- remove redundancy previously mentioned in same document, and mark
as important
Modified:
head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Sat Mar 26 05:46:08 2016 (r48475)
+++ head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Sat Mar 26 22:17:53 2016 (r48476)
@@ -343,10 +343,13 @@ lib/X11/oneko/mouse.xpm</programlisting>
<para>Once happy with the port, the only thing remaining is to
put it in the main &os; ports tree and make everybody else
- happy about it too. We do not need the
- <filename>work</filename> directory or the
- <filename>pkgname.tgz</filename> package, so delete them
- now.</para>
+ happy about it too.</para>
+
+ <important>
+ <para>We do not need the <filename>work</filename> directory or
+ the <filename>pkgname.tgz</filename> package, so delete them
+ now.</para>
+ </important>
<para>Next, build the &man.shar.1; file. Assuming the port is
called <literal>oneko</literal>, <command>cd</command> to the
@@ -382,12 +385,6 @@ lib/X11/oneko/mouse.xpm</programlisting>
committing the new port.</para>
</note>
- <para>One more time, <emphasis>do not include the original
- source distfile, the <filename>work</filename> directory, or
- the package built with
- <command>make package</command></emphasis>; and, do use
- &man.shar.1; for new ports, not &man.diff.1;.</para>
-
<para>After submitting the port, please be patient. The time
needed to include a new port in &os; can vary from a few days
to a few months. A simple search form of the Problem Report
More information about the svn-doc-head
mailing list