diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 94d83f88c6..d0a582d626 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -6242,10 +6242,14 @@ pre-install:
pkg-plist missing.
Next, create a temporary directory tree into which your port can be
- installed, and install any dependencies.
+ installed, and install any dependencies.
+ port-type should be local
+ for non-X ports and x11-4 or x11
+ for ports which install into the directory hierarchy of XFree86 4
+ or an earlier XFree86 release, respectively.
&prompt.root; mkdir /var/tmp/port-name
-&prompt.root; mtree -U -f /etc/mtree/BSD.local.dist -d -e -p /var/tmp/port-name
+&prompt.root; mtree -U -f /etc/mtree/BSD.port-type.dist -d -e -p /var/tmp/port-name
&prompt.root; make depends PREFIX=/var/tmp/port-name
Store the directory structure in a new file.