diff --git a/ja_JP.eucJP/books/porter-handbook/Makefile b/ja_JP.eucJP/books/porter-handbook/Makefile
new file mode 100644
index 0000000000..14c27aafd8
--- /dev/null
+++ b/ja_JP.eucJP/books/porter-handbook/Makefile
@@ -0,0 +1,30 @@
+#
+# $FreeBSD$
+#
+# Build the FreeBSD Porter's Handbook.
+#
+# Original revision: 1.1
+
+MAINTAINER=kuriyama@FreeBSD.org
+
+DOC?= book
+
+FORMATS?= html-split
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+#
+# SRCS lists the individual SGML files that make up the document. Changes
+# to any of these files will force a rebuild
+#
+
+# SGML content
+SRCS= book.sgml
+
+# Use the local DSSSL file
+DSLHTML?= ${.CURDIR}/freebsd.dsl
+DSLPRINT?= ${.CURDIR}/freebsd.dsl
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/ja_JP.eucJP/books/porter-handbook/freebsd.dsl b/ja_JP.eucJP/books/porter-handbook/freebsd.dsl
new file mode 100644
index 0000000000..45c44fd9ac
--- /dev/null
+++ b/ja_JP.eucJP/books/porter-handbook/freebsd.dsl
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+]>
+
+
+
+
+
+ .")
+ (make empty-element gi: "br")
+ (literal "For questions about this documentation, e-mail <")
+ (make element gi: "a"
+ attributes: (list (list "href" "mailto:doc@freebsd.org"))
+ (literal "doc@freebsd.org"))
+ (literal ">.")))
+ ]]>
+
+
+
+
+
diff --git a/ja_JP.eucJP/books/porters-handbook/Makefile b/ja_JP.eucJP/books/porters-handbook/Makefile
new file mode 100644
index 0000000000..14c27aafd8
--- /dev/null
+++ b/ja_JP.eucJP/books/porters-handbook/Makefile
@@ -0,0 +1,30 @@
+#
+# $FreeBSD$
+#
+# Build the FreeBSD Porter's Handbook.
+#
+# Original revision: 1.1
+
+MAINTAINER=kuriyama@FreeBSD.org
+
+DOC?= book
+
+FORMATS?= html-split
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+#
+# SRCS lists the individual SGML files that make up the document. Changes
+# to any of these files will force a rebuild
+#
+
+# SGML content
+SRCS= book.sgml
+
+# Use the local DSSSL file
+DSLHTML?= ${.CURDIR}/freebsd.dsl
+DSLPRINT?= ${.CURDIR}/freebsd.dsl
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/ja_JP.eucJP/books/porters-handbook/freebsd.dsl b/ja_JP.eucJP/books/porters-handbook/freebsd.dsl
new file mode 100644
index 0000000000..45c44fd9ac
--- /dev/null
+++ b/ja_JP.eucJP/books/porters-handbook/freebsd.dsl
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+]>
+
+
+
+
+
+ .")
+ (make empty-element gi: "br")
+ (literal "For questions about this documentation, e-mail <")
+ (make element gi: "a"
+ attributes: (list (list "href" "mailto:doc@freebsd.org"))
+ (literal "doc@freebsd.org"))
+ (literal ">.")))
+ ]]>
+
+
+
+
+