Add a reminder of two common problems with ALWAYS_KEEP_DISTFILES.
Approved by: pav
This commit is contained in:
parent
cc122dc67e
commit
fa295f0cee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26923
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue