diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml
index 7d0d93020c..0a49c430e5 100644
--- a/en_US.ISO8859-1/books/porters-handbook/book.sgml
+++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml
@@ -3027,6 +3027,12 @@ DISTFILES+= foo.tar.gz
ALWAYS_KEEP_DISTFILES= yes
.endif
+
+ When adding extra files to DISTFILES,
+ make sure you also add them to distinfo.
+ Also, the additional files will normally be extracted into
+ WRKDIR as well, which for some ports may
+ lead to undesirable sideeffects and require special handling.