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
@@ -429,9 +429,9 @@
the unpacking process. If command contains any of these
sequences somewhere in it, they are expanded
inline. For these examples, assume that
- @cwd is set to /usr/local and the last
- extracted file was bin/emacs.
+ @cwd is set to /usr/local
+ and the last extracted file was
+ bin/emacs.
@@ -449,8 +449,7 @@
Expand to the current directory prefix, as set
with @cwd. In the example case
- /usr/local.
+ /usr/local.
@@ -461,8 +460,8 @@
Expand to the basename of the fully qualified
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.
+ the example case, that would be
+ /usr/local/bin.
@@ -582,8 +581,7 @@
Creating New Keywords
Package list files can be extended by keywords that are
- defined in the ${PORTSDIR}/Keywords directory.
+ defined in the ${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,16 @@
Define KMODDIR to
- /boot/modules
- by default, add it to PLIST_SUB
- and MAKE_ENV, and create it upon
+ /boot/modules by default, add
+ it to PLIST_SUB and
+ MAKE_ENV, and create it upon
installation. If KMODDIR is set
to
- /boot/kernel,
- it will be rewritten to /boot/modules. This
- prevents breaking packages when upgrading the kernel
- due to /boot/kernel being
- renamed to /boot/kernel.old in
+ /boot/kernel, it will be rewritten
+ to /boot/modules. This prevents
+ breaking packages when upgrading the kernel
+ due to /boot/kernel being
+ renamed to /boot/kernel.old in
the process.
@@ -866,7 +863,7 @@
PERL_ARCH: Directory name of
architecture dependent libraries, defaults to
- mach
+ mach
@@ -1287,8 +1284,8 @@
WEBPLUGIN_DIR: The directory
- to install the plug-in files to, default PREFIX/lib/browser_plugins/WEBPLUGIN_NAME.
+ to install the plug-in files to, default
+ 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.