Add a reminder of two common problems with ALWAYS_KEEP_DISTFILES.

Approved by:	pav
This commit is contained in:
Erwin Lansing 2006-01-22 15:37:44 +00:00
parent cc122dc67e
commit fa295f0cee
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26923

View file

@ -3027,6 +3027,12 @@ DISTFILES+= <replaceable>foo.tar.gz</replaceable>
ALWAYS_KEEP_DISTFILES= yes
.endif</programlisting>
</example>
<para>When adding extra files to <makevar>DISTFILES</makevar>,
make sure you also add them to <filename>distinfo</filename>.
Also, the additional files will normally be extracted into
<makevar>WRKDIR</makevar> as well, which for some ports may
lead to undesirable sideeffects and require special handling.</para>
</sect2>
</sect1>