From fa295f0cee5c2b30d28e16bed00d93e2af7df0f9 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sun, 22 Jan 2006 15:37:44 +0000 Subject: [PATCH] Add a reminder of two common problems with ALWAYS_KEEP_DISTFILES. Approved by: pav --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 6 ++++++ 1 file changed, 6 insertions(+) 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.