summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>1999-11-12 12:05:02 +0000
committeragc <agc>1999-11-12 12:05:02 +0000
commite0f1f10f700e6a4cf0da7ce34967d249d582b2c2 (patch)
tree2ac2e40fc9e76a8243ce5bb8b7acceffc64c255c /mk
parent8fff918b0805f661369e8c774197fc4854534c14 (diff)
downloadpkgsrc-e0f1f10f700e6a4cf0da7ce34967d249d582b2c2.tar.gz
Clarify the way in which PATCH_FUZZ_FACTOR should be set.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example10
1 files changed, 6 insertions, 4 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index bda7529b711..41d842d5a8a 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.96 1999/11/12 10:34:47 agc Exp $
+# $NetBSD: mk.conf.example,v 1.97 1999/11/12 12:05:02 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -99,9 +99,11 @@
# Possible: defined, not defined
# Default: not defined
-#PATCH_FUZZ_FACTOR= # Fuzz factor to use when applying patches
- # Will only be applied when using a patch
- # that understands -F
+#PATCH_FUZZ_FACTOR?= # Fuzz factor to use when applying patches.
+ # Will only be applied when using a patch(1)
+ # that understands -F. This should be a "?="
+ # setting, since package Makefiles may set
+ # this value, before /etc/mk.conf is read.
# Possible: "-Fn" where n is a number, none
# Default: none