diff options
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r-- | mk/defaults/mk.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 4ab984de23c..446f6350d12 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.40 2005/05/08 13:43:30 dillo Exp $ +# $NetBSD: mk.conf,v 1.41 2005/05/16 03:07:38 jlam Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -507,10 +507,10 @@ PATCH_FUZZ_FACTOR?= -F0 # Possible: any combination of packages # Default: not set -#EXTRACT_USING_PAX= -# Use pax(1) to extract archives, rather than GNU tar. -# Possible: defined, not defined -# Default: not defined +EXTRACT_USING?= pax +# Use the specified tool to extract tar/ustar archives. +# Possible: pax, gtar +# Default: pax #FAILOVER_FETCH= # Perform a checksum at "make fetch" time. If the checksum doesn't |