diff options
author | jperkin <jperkin> | 2012-06-14 09:48:51 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-06-14 09:48:51 +0000 |
commit | 6409fb37203d41f5b2c34f9e91478ff992b36e30 (patch) | |
tree | 18428069146181ddc508fa83066f0bc0927ddc26 /mk/defaults | |
parent | b387314764df36540c729a7a2261558be9e9227c (diff) | |
download | pkgsrc-6409fb37203d41f5b2c34f9e91478ff992b36e30.tar.gz |
Set NBPAX_PROGRAM_PREFIX?=nb by default, avoids problems on various platforms
where software assumes features of the native 'tar' and break when 'tar' is
the NetBSD version.
We are too close to the pkgsrc-2012Q2 branch to remove NBPAX_PROGRAM_PREFIX
completely, but if it's apparent that no platforms need to override this
default then it will be removed completely for the next branch.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 2992ae47b68..3674cb13102 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.209 2012/05/30 12:02:29 cheusov Exp $ +# $NetBSD: mk.conf,v 1.210 2012/06/14 09:48:51 jperkin Exp $ # # This file provides default values for variables that may be overridden @@ -1383,6 +1383,11 @@ NAGIOSDIR?= ${VARBASE}/spool/nagios # Possible: any directory. # Default: ${VARBASE}/spool/nagios +NBPAX_PROGRAM_PREFIX?= nb +# Prefix for archivers/pax programs +# Possible: any string, leave it empty for no prefix at all +# Default: nb + NMH_EDITOR?= vi # default editor for use in nmh. # Possible: any editor. |