diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 8f488dd5df..988b88592c 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -241,12 +241,12 @@ lib/X11/oneko/mouse.xpm
oneko port by adding the
following lines to the Makefile:
- PLIST_FILES= bin/oneko \
- lib/X11/app-defaults/Oneko \
- lib/X11/oneko/cat1.xpm \
- lib/X11/oneko/cat2.xpm \
- lib/X11/oneko/mouse.xpm
-PLIST_DIRS= lib/X11/oneko
+ PLIST_FILES= bin/oneko \
+ lib/X11/app-defaults/Oneko \
+ lib/X11/oneko/cat1.xpm \
+ lib/X11/oneko/cat2.xpm \
+ lib/X11/oneko/mouse.xpm
+PLIST_DIRS= lib/X11/oneko
Of course, PLIST_DIRS should be left
unset if a port installs no directories of its own.
@@ -937,8 +937,8 @@ PLIST_DIRS= lib/X11/oneko
0.10, is committed to the ports
collection:
- PORTNAME= gtkmumble
-PORTVERSION= 0.10
+ PORTNAME= gtkmumble
+PORTVERSION= 0.10
PKGNAME becomes
gtkmumble-0.10.
@@ -947,9 +947,9 @@ PORTVERSION= 0.10
FreeBSD patch. PORTREVISION is bumped
accordingly.
- PORTNAME= gtkmumble
-PORTVERSION= 0.10
-PORTREVISION= 1
+ PORTNAME= gtkmumble
+PORTVERSION= 0.10
+PORTREVISION= 1
PKGNAME becomes
gtkmumble-0.10_1
@@ -967,9 +967,9 @@ PORTREVISION= 1
PORTREVISION is reset to 0 (or removed
from the Makefile).
- PORTNAME= gtkmumble
-PORTVERSION= 0.2
-PORTEPOCH= 1
+ PORTNAME= gtkmumble
+PORTVERSION= 0.2
+PORTEPOCH= 1
PKGNAME becomes
gtkmumble-0.2,1
@@ -978,9 +978,9 @@ PORTEPOCH= 1
PORTEPOCH never decreases, the version
variables are now:
- PORTNAME= gtkmumble
-PORTVERSION= 0.3
-PORTEPOCH= 1
+ PORTNAME= gtkmumble
+PORTVERSION= 0.3
+PORTEPOCH= 1
PKGNAME becomes
gtkmumble-0.3,1
@@ -4374,7 +4374,7 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/foo %%PREFIX%%/lib/bar
audio/sdl_mixer,
the syntax will be:
- USE_SDL= net mixer
+ USE_SDL= net mixer
The dependency devel/sdl12,
which is required by net/sdl_net and
@@ -6879,7 +6879,7 @@ post-install:
looks as follows:
.if !defined(NOPORTDOCS)
- PORTDOCS= *
+ PORTDOCS= *
.endif