summaryrefslogtreecommitdiff
path: root/mk/help
diff options
context:
space:
mode:
authorasau <asau>2012-08-14 15:27:07 +0000
committerasau <asau>2012-08-14 15:27:07 +0000
commit0be5d9cf3a18dc792c86074e30ad2c3103d5f6b6 (patch)
tree8931d64c790756718f3700a9336db1bcb388b8b2 /mk/help
parentd392d673511807a047272e86c63539e6d6b5ac45 (diff)
downloadpkgsrc-0be5d9cf3a18dc792c86074e30ad2c3103d5f6b6.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.help5
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.
#