diff options
author | simonb <simonb> | 2001-02-09 13:03:05 +0000 |
---|---|---|
committer | simonb <simonb> | 2001-02-09 13:03:05 +0000 |
commit | b7d691c32aeef9f679a678f5ad345f549fdadd10 (patch) | |
tree | 397d3b2f52bc76cac5ff69decc93b1d85fe37893 /mk | |
parent | 58b5ea1cc5401cf0825c27263b2086f83edbde1d (diff) | |
download | pkgsrc-b7d691c32aeef9f679a678f5ad345f549fdadd10.tar.gz |
Update for current patch fuzz factor defaults.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index f85d235293d..6aedcd3496c 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.170 2001/01/29 11:52:59 wiz Exp $ +# $NetBSD: mk.conf.example,v 1.171 2001/02/09 13:03:05 simonb Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -52,8 +52,7 @@ # #PKG_DEVELOPER= yes -# Run some sanity checks that package developers want: -# * make sure patches apply with zero fuzz +# Run a sanity check that package developers want: # * run check-shlibs to see that all binaries will find their libs # Possible: defined, not defined # Default: not defined @@ -119,7 +118,7 @@ # setting, since package Makefiles may set this value, before # /etc/mk.conf is read. # Possible: "-Fn" where n is a number, none -# Default: none +# Default: "-F0" #ACCEPTABLE_LICENSES= fee-based-commercial-use no-commercial-use \ # no-profit limited-redistribution shareware |