-Typos, punctuation cleaning

-Tags addition

PR:		docs/41534
Submitted by:	Christian Brueffer <chris@unixpages.org>
This commit is contained in:
Marc Fonvieille 2002-08-22 15:08:50 +00:00
parent e5fb6992b6
commit 26547fa54b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13976

View file

@ -325,7 +325,7 @@ lib/X11/oneko/mouse.xpm
port_dir`</command> in a bug report and send it with the
&man.send-pr.1; program (see <ulink url="../../articles/contributing/contrib-how.html#CONTRIB-GENERAL">Bug
Reports and General Commentary</ulink> for more information about
&man.send-pr.1;. If the uncompressed port is larger than 20KB,
&man.send-pr.1;). If the uncompressed port is larger than 20KB,
you should compress it into a tarfile and use &man.uuencode.1;
before including it in the bug report (uuencoded tarfiles are
acceptable even if the bug report is smaller than 20KB but are not
@ -1552,7 +1552,7 @@ PORTEPOCH= 1</programlisting>
<row>
<entry><filename>textproc</filename></entry>
<entry>Text processing utilities. It does not include
desktop publishing tools, which go to print/.</entry>
desktop publishing tools, which go to <filename>print</filename>.</entry>
</row>
<row>
@ -2264,7 +2264,7 @@ DISTFILES= source1.tar.gz:source1 \
variable <makevar>${NONEXISTENT}</makevar> as the first field
of <makevar>BUILD_DEPENDS</makevar> or
<makevar>RUN_DEPENDS</makevar>. Use this only when you need to
the to get to the source of the other port. You can often save
get the source of the other port. You can often save
compilation time by specifying the target too. For
instance
@ -2291,7 +2291,7 @@ DISTFILES= source1.tar.gz:source1 \
want those libraries or applications, the ports system
provides hooks that the port author can use to decide which
configuration should be built. Supporting these properly will
make uses happy, and effectively provide 2 or more ports for the
make users happy, and effectively provide 2 or more ports for the
price of one.</para>
<para>The easiest of these to use is
@ -2341,7 +2341,7 @@ PORTVERSION= 1.0</programlisting>
<sect2>
<title><makevar>WRKSRC</makevar></title>
<para>The variable lists the name of the directoy that is created when
<para>The variable lists the name of the directory that is created when
the application's distfiles are extracted. If our previous example
extracted into a directory called <filename>foo</filename> (and not
<filename>foo-1.0</filename>) you would write:</para>
@ -2431,8 +2431,8 @@ PORTVERSION= 1.0</programlisting>
deinstallation will not cause the system to still believe the
library is there.</para>
<para>If you need, you can override default location where the new
library is installed by defining <makevar>LDCONFIG_DIRS</makevar>
<para>If you need, you can override the default location where the new
library is installed by defining the <makevar>LDCONFIG_DIRS</makevar>
make variable, which should contain a list of directories into which
shared libraries are to be installed. For example if your port
installs shared libraries into
@ -3680,7 +3680,7 @@ diff -u -r1.15 pkg-plist
<makevar>PLIST_SUB</makevar> variable with a list of
<literal><replaceable>VAR</replaceable>=<replaceable>VALUE</replaceable></literal>
pairs and instances of
<literal>%%<replaceable>VAR</replaceable>%%</literal>' will be
<literal>%%<replaceable>VAR</replaceable>%%</literal> will be
substituted with <replaceable>VALUE</replaceable> in the
<filename>pkg-plist</filename>.</para>
@ -3804,7 +3804,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
<filename>/usr/local</filename>), unless
<makevar>USE_X_PREFIX</makevar> or <makevar>USE_IMAKE</makevar> is
set, in which case it will be <makevar>X11BASE</makevar> (default
<filename>/usr/X11R6</filename>).)</para>
<filename>/usr/X11R6</filename>).</para>
<para>Not hard-coding <filename>/usr/local</filename> or
<filename>/usr/X11R6</filename> anywhere in the source will make the
@ -3832,7 +3832,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
or correct use of <makevar>LOCALBASE</makevar> for references to
files from other ports. Testing the installation in
<filename>/var/tmp/<replaceable>port-name</replaceable></filename>
to do that that while you have it installed would do that.</para>
to do that while you have it installed would do that.</para>
<para>Do not set <makevar>USE_X_PREFIX</makevar> unless your port
truly requires it (i.e., it links against X libs or it needs to
@ -3885,8 +3885,8 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
version from the original authors, first make sure you have the latest
port. You can find them in the
<filename>ports/ports-current</filename> directory of the FTP mirror
sites. You may also use CVSup to keep your whole ports collection
up-to-date, as described in <ulink url="../handbook/synching.html#CVSUP-CONFIG">the Handbook</ulink>.</para>
sites. You may also use <application>CVSup</application> to keep your whole ports collection
up-to-date, as described in the <ulink url="../handbook/synching.html#CVSUP-CONFIG">Handbook</ulink>.</para>
<para>The next step is to send a mail to the maintainer, if one is
listed in the port's <filename>Makefile</filename>. That person may