- remove directory class

Differential Revision:	https://reviews.freebsd.org/D1738
Approved by:	wblock (mentor)
This commit is contained in:
Jason Helfman 2015-02-15 05:39:51 +00:00
parent 3edf504373
commit 0950a2ceee
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46273
3 changed files with 12 additions and 12 deletions

View file

@ -3408,7 +3408,7 @@
<para>Available <varname>USE_<replaceable>*</replaceable></varname> and <para>Available <varname>USE_<replaceable>*</replaceable></varname> and
<varname>WANT_<replaceable>*</replaceable></varname> are defined in the files in <varname>WANT_<replaceable>*</replaceable></varname> are defined in the files in
<filename class="directory">/usr/ports/Mk</filename>.</para> <filename>/usr/ports/Mk</filename>.</para>
</sect2> </sect2>
</sect1> </sect1>

View file

@ -430,7 +430,7 @@ etc/orbit.conf-dist
sequences somewhere in it, they are expanded sequences somewhere in it, they are expanded
inline. For these examples, assume that inline. For these examples, assume that
<literal>@cwd</literal> is set to <filename <literal>@cwd</literal> is set to <filename
class="directory">/usr/local</filename> and the last >/usr/local</filename> and the last
extracted file was <filename>bin/emacs</filename>.</para> extracted file was <filename>bin/emacs</filename>.</para>
<variablelist> <variablelist>
@ -450,7 +450,7 @@ etc/orbit.conf-dist
<para>Expand to the current directory prefix, as set <para>Expand to the current directory prefix, as set
with <literal>@cwd</literal>. In the example case with <literal>@cwd</literal>. In the example case
<filename <filename
class="directory">/usr/local</filename>.</para> >/usr/local</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -462,7 +462,7 @@ etc/orbit.conf-dist
filename, that is, the current directory prefix plus filename, that is, the current directory prefix plus
the last filespec, minus the trailing filename. In the last filespec, minus the trailing filename. In
the example case, that would be <filename the example case, that would be <filename
class="directory">/usr/local/bin</filename>.</para> >/usr/local/bin</filename>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -583,7 +583,7 @@ etc/orbit.conf-dist
<para>Package list files can be extended by keywords that are <para>Package list files can be extended by keywords that are
defined in the <filename defined in the <filename
class="directory">${PORTSDIR}/Keywords</filename> directory. >${PORTSDIR}/Keywords</filename> directory.
The settings for each keyword are stored in a The settings for each keyword are stored in a
<acronym>UCL</acronym> file named <acronym>UCL</acronym> file named
<filename><replaceable>keyword</replaceable>.ucl</filename>. <filename><replaceable>keyword</replaceable>.ucl</filename>.

View file

@ -668,19 +668,19 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<listitem> <listitem>
<para>Define <varname>KMODDIR</varname> to <para>Define <varname>KMODDIR</varname> to
<filename class="directory">/boot/modules</filename> <filename>/boot/modules</filename>
by default, add it to <varname>PLIST_SUB</varname> by default, add it to <varname>PLIST_SUB</varname>
and <varname>MAKE_ENV</varname>, and create it upon and <varname>MAKE_ENV</varname>, and create it upon
installation. If <varname>KMODDIR</varname> is set installation. If <varname>KMODDIR</varname> is set
to to
<filename class="directory">/boot/kernel</filename>, <filename>/boot/kernel</filename>,
it will be rewritten to <filename it will be rewritten to <filename
class="directory">/boot/modules</filename>. This >/boot/modules</filename>. This
prevents breaking packages when upgrading the kernel prevents breaking packages when upgrading the kernel
due to <filename due to <filename
class="directory">/boot/kernel</filename> being >/boot/kernel</filename> being
renamed to <filename renamed to <filename
class="directory">/boot/kernel.old</filename> in >/boot/kernel.old</filename> in
the process.</para> the process.</para>
</listitem> </listitem>
@ -866,7 +866,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<listitem> <listitem>
<para><varname>PERL_ARCH</varname>: Directory name of <para><varname>PERL_ARCH</varname>: Directory name of
architecture dependent libraries, defaults to architecture dependent libraries, defaults to
<filename class="directory">mach</filename></para> <filename>mach</filename></para>
</listitem> </listitem>
<listitem> <listitem>
@ -1288,7 +1288,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
<listitem> <listitem>
<para><varname>WEBPLUGIN_DIR</varname>: The directory <para><varname>WEBPLUGIN_DIR</varname>: The directory
to install the plug-in files to, default <filename to install the plug-in files to, default <filename
class="directory"><replaceable>PREFIX</replaceable>/lib/browser_plugins/<replaceable>WEBPLUGIN_NAME</replaceable></filename>. ><replaceable>PREFIX</replaceable>/lib/browser_plugins/<replaceable>WEBPLUGIN_NAME</replaceable></filename>.
Set this if the port installs plug-in files outside Set this if the port installs plug-in files outside
of the default directory to prevent broken symbolic of the default directory to prevent broken symbolic
links.</para> links.</para>