Add a short description of the IGNOREFILES variable and its

recommended usage.

PR:		docs/75091
Submitted by:	edwin
Approved by:	marcus
This commit is contained in:
Giorgos Keramidas 2004-12-22 23:51:15 +00:00
parent 16405d3761
commit 4d7e0aec5a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23326

View file

@ -260,6 +260,14 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
<para>Just type <command>make makesum</command>. The ports make rules
will automatically generate the file
<filename>distinfo</filename>.</para>
<para>If a file fetched has its checksum changed regularly and you are
certain the source is trusted (i.e. it comes from manufacturer CDs
or documentation generated daily), you should specify these files in
the <makevar>IGNOREFILES</makevar> variable.
Then the checksum is not calculated for that file when you run
<command>make makesum</command>, but set to
<literal>IGNORE</literal>.</para>
</sect1>
<sect1 id="porting-testing">