diff options
author | asau <asau> | 2012-08-14 15:27:07 +0000 |
---|---|---|
committer | asau <asau> | 2012-08-14 15:27:07 +0000 |
commit | bfee325870966cf2c09d6566348b1745e50c0d62 (patch) | |
tree | 8931d64c790756718f3700a9336db1bcb388b8b2 /mk/help | |
parent | 32d69525aa20966e7e26d0790cd65f8be6114c5a (diff) | |
download | pkgsrc-bfee325870966cf2c09d6566348b1745e50c0d62.tar.gz |
Introduce explicit name for no staged installation support: "none".
Keep "none" a default value for PKG_DESTDIR_SUPPORT for now.
Diffstat (limited to 'mk/help')
-rw-r--r-- | mk/help/destdir.help | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/help/destdir.help b/mk/help/destdir.help index b0b8b25f38b..f001046e1c3 100644 --- a/mk/help/destdir.help +++ b/mk/help/destdir.help @@ -1,4 +1,4 @@ -# $NetBSD: destdir.help,v 1.5 2010/02/24 22:53:34 joerg Exp $ +# $NetBSD: destdir.help,v 1.6 2012/08/14 15:27:07 asau Exp $ # # === # Warning: This file is still under construction. Don't rely on it. @@ -35,6 +35,9 @@ # ownership or permissions. The installation is done by the # privileged user. # +# * "none" means that all files of the packages will be installed +# by the privileged user. +# # This variable must be set before including bsd.prefs.mk directly or # indirectly. # |