Porter's Handbook: Document DISABLE_CONFLICTS variable

Requested by:	linimon
Reviewed by:    crees
Approved by:    doc (ygy)
Differential Revision:  https://reviews.freebsd.org/D28582
This commit is contained in:
Joseph Mingrone 2021-02-19 11:23:59 -04:00
parent 47dc6685eb
commit b7744f2b75
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E
1 changed files with 7 additions and 0 deletions

View File

@ -4631,6 +4631,13 @@ The first entry match versions `2.0` through `2.3`, the second all the revisions
package:deskutils/gnotime[] does not have any conflicts line because its current version does not conflict with anything else.
====
The variable `DISABLE_CONFLICTS` may be temporarily set when making targets that are not affected by conflicts. The variable is not to be set in port Makefiles.
[source,bash]
....
% make -DDISABLE_CONFLICTS patch
....
[[install]]
== Installing Files