diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index 47e70ca7ff..53d7cbd3d2 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/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. diff --git a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml index 73c0511029..b0e7f034e2 100644 --- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -430,7 +430,7 @@ etc/orbit.conf-dist 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 @@ etc/orbit.conf-dist Expand to the current directory prefix, as set with @cwd. In the example case /usr/local. + >/usr/local. @@ -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 /usr/local/bin. + >/usr/local/bin. @@ -583,7 +583,7 @@ etc/orbit.conf-dist 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. diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index a182b20676..6e64550552 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -668,19 +668,19 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi 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 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi PERL_ARCH: Directory name of architecture dependent libraries, defaults to - mach + mach @@ -1288,7 +1288,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi 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.