Index: porters-handbook/makefiles/chapter.xml
===================================================================
--- porters-handbook/makefiles/chapter.xml
+++ porters-handbook/makefiles/chapter.xml
@@ -3408,7 +3408,7 @@
Available USE_* and
WANT_* are defined in the files in
- /usr/ports/Mk.
+ /usr/ports/Mk.
Index: porters-handbook/plist/chapter.xml
===================================================================
--- porters-handbook/plist/chapter.xml
+++ porters-handbook/plist/chapter.xml
@@ -430,7 +430,7 @@
sequences somewhere in it, they are expanded
inline. For these examples, assume that
@cwd is set to /usr/local and the last
+ >/usr/local and the last
extracted file was bin/emacs.
@@ -450,7 +450,7 @@
Expand to the current directory prefix, as set
with @cwd. In the example case
/usr/local.
+ >/usr/local.
@@ -462,7 +462,7 @@
filename, that is, the current directory prefix plus
the last filespec, minus the trailing filename. In
the example case, that would be /usr/local/bin.
+ >/usr/local/bin.
@@ -583,7 +583,7 @@
Package list files can be extended by keywords that are
defined in the ${PORTSDIR}/Keywords directory.
+ >${PORTSDIR}/Keywords directory.
The settings for each keyword are stored in a
UCL file named
keyword.ucl.
Index: porters-handbook/uses/chapter.xml
===================================================================
--- porters-handbook/uses/chapter.xml
+++ porters-handbook/uses/chapter.xml
@@ -668,19 +668,19 @@
Define KMODDIR to
- /boot/modules
+ /boot/modules
by default, add it to PLIST_SUB
and MAKE_ENV, and create it upon
installation. If KMODDIR is set
to
- /boot/kernel,
+ /boot/kernel,
it will be rewritten to /boot/modules. This
+ >/boot/modules. This
prevents breaking packages when upgrading the kernel
due to /boot/kernel being
+ >/boot/kernel being
renamed to /boot/kernel.old in
+ >/boot/kernel.old in
the process.
@@ -866,7 +866,7 @@
PERL_ARCH: Directory name of
architecture dependent libraries, defaults to
- mach
+ mach
@@ -1288,7 +1288,7 @@
WEBPLUGIN_DIR: The directory
to install the plug-in files to, default PREFIX/lib/browser_plugins/WEBPLUGIN_NAME.
+ >PREFIX/lib/browser_plugins/WEBPLUGIN_NAME.
Set this if the port installs plug-in files outside
of the default directory to prevent broken symbolic
links.