igor -Ry and some other rewording and fixes.

Differential Revision:	https://reviews.freebsd.org/D644
Reviewed by:	wblock
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2014-09-09 15:32:10 +00:00
parent e10ba435ad
commit 6a87e46d4a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45577

View file

@ -11,18 +11,18 @@
<title>Making a New Port</title> <title>Making a New Port</title>
<para>So, you are interested in making your own port or <para>Interested in making a new port, or upgrading existing ports?
upgrading an existing one? Great!</para> Great!</para>
<para>What follows are some guidelines for creating a new port for <para>What follows are some guidelines for creating a new port for
&os;. If you want to upgrade an existing port, you should read &os;. To upgrade an existing port, read
this and then read <xref linkend="port-upgrading"/>.</para> this, then read <xref linkend="port-upgrading"/>.</para>
<para>When this document is not sufficiently detailed, you should <para>When this document is not sufficiently detailed,
refer to <filename>/usr/ports/Mk/bsd.port.mk</filename>, which all refer to <filename>/usr/ports/Mk/bsd.port.mk</filename>, which is
port Makefiles include. Even if you do not hack Makefiles daily, included by all port <filename>Makefile</filename>s. Even those
it is well commented, and you will still gain much knowledge from not hacking <filename>Makefile</filename>s daily can gain much
it. Additionally, you may send specific questions to the knowledge from it. Additionally, specific questions can be sent to the
&a.ports;.</para> &a.ports;.</para>
<note> <note>
@ -33,7 +33,7 @@
<filename>/usr/ports/Mk/bsd.port.mk</filename>; the others <filename>/usr/ports/Mk/bsd.port.mk</filename>; the others
probably ought to be. Note that this file uses a non-standard probably ought to be. Note that this file uses a non-standard
tab setting: <application>Emacs</application> and tab setting: <application>Emacs</application> and
<application>Vim</application> should recognize the setting on <application>Vim</application> will recognize the setting on
loading the file. Both &man.vi.1; and &man.ex.1; can be set to loading the file. Both &man.vi.1; and &man.ex.1; can be set to
use the correct value by typing use the correct value by typing
<command>:set tabstop=4</command> once the file has been <command>:set tabstop=4</command> once the file has been