diff --git a/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
index b50c1c2f4f..883b5b3b76 100644
--- a/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
@@ -23,13 +23,6 @@
Makefile.
[the header...just to make it easier for us to identify the ports.]
-# Created by: Satoshi Asami <asami@FreeBSD.org>
-[The optional Created by: line names the person who originally
-created the port. Note that the :
is followed by a space
-and not a tab character.
-If this line is present, future maintainers must
-not change or remove it except at the original author's request.]
-
# $FreeBSD$
[ ^^^^^^^^^ This will be automatically replaced with RCS ID string by SVN
when it is committed to our repository. If upgrading a port, do not alter
@@ -65,6 +58,10 @@ PATCHFILES= xdvi-18.patch1.gz xdvi-18.patch2.gz
MAINTAINER= asami@FreeBSD.org
COMMENT= DVI Previewer for the X Window System
+[license -- should not be empty]
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
[dependencies -- can be empty]
RUN_DEPENDS= gs:print/ghostscript