Date: Sun, 15 Feb 2015 05:39:52 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46273 - in head/en_US.ISO8859-1/books/porters-handbook: makefiles plist uses Message-ID: <201502150539.t1F5dqNF019725@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Sun Feb 15 05:39:51 2015 New Revision: 46273 URL: https://svnweb.freebsd.org/changeset/doc/46273 Log: - remove directory class Differential Revision: https://reviews.freebsd.org/D1738 Approved by: wblock (mentor) Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Feb 15 05:37:20 2015 (r46272) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Sun Feb 15 05:39:51 2015 (r46273) @@ -3408,7 +3408,7 @@ <para>Available <varname>USE_<replaceable>*</replaceable></varname> and <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> </sect1> Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Feb 15 05:37:20 2015 (r46272) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Sun Feb 15 05:39:51 2015 (r46273) @@ -430,7 +430,7 @@ etc/orbit.conf-dist sequences somewhere in it, they are expanded inline. For these examples, assume that <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> <variablelist> @@ -450,7 +450,7 @@ etc/orbit.conf-dist <para>Expand to the current directory prefix, as set with <literal>@cwd</literal>. In the example case <filename - class="directory">/usr/local</filename>.</para> + >/usr/local</filename>.</para> </listitem> </varlistentry> @@ -462,7 +462,7 @@ etc/orbit.conf-dist filename, that is, the current directory prefix plus the last filespec, minus the trailing filename. In the example case, that would be <filename - class="directory">/usr/local/bin</filename>.</para> + >/usr/local/bin</filename>.</para> </listitem> </varlistentry> @@ -583,7 +583,7 @@ etc/orbit.conf-dist <para>Package list files can be extended by keywords that are defined in the <filename - class="directory">${PORTSDIR}/Keywords</filename> directory. + >${PORTSDIR}/Keywords</filename> directory. The settings for each keyword are stored in a <acronym>UCL</acronym> file named <filename><replaceable>keyword</replaceable>.ucl</filename>. Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Feb 15 05:37:20 2015 (r46272) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Feb 15 05:39:51 2015 (r46273) @@ -668,19 +668,19 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa <listitem> <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> and <varname>MAKE_ENV</varname>, and create it upon installation. If <varname>KMODDIR</varname> is set to - <filename class="directory">/boot/kernel</filename>, + <filename>/boot/kernel</filename>, it will be rewritten to <filename - class="directory">/boot/modules</filename>. This + >/boot/modules</filename>. This prevents breaking packages when upgrading the kernel due to <filename - class="directory">/boot/kernel</filename> being + >/boot/kernel</filename> being renamed to <filename - class="directory">/boot/kernel.old</filename> in + >/boot/kernel.old</filename> in the process.</para> </listitem> @@ -866,7 +866,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa <listitem> <para><varname>PERL_ARCH</varname>: Directory name of architecture dependent libraries, defaults to - <filename class="directory">mach</filename></para> + <filename>mach</filename></para> </listitem> <listitem> @@ -1288,7 +1288,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssa <listitem> <para><varname>WEBPLUGIN_DIR</varname>: The directory 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 of the default directory to prevent broken symbolic links.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502150539.t1F5dqNF019725>