summaryrefslogtreecommitdiff
path: root/mk/help
diff options
context:
space:
mode:
authorjoerg <joerg>2009-05-09 14:59:08 +0000
committerjoerg <joerg>2009-05-09 14:59:08 +0000
commit04f8316651c99b6d5e8fac49ed227f1f8ac7398f (patch)
tree8e5d9e2f6429934f4c78445c3e4a4b2db4e1e7ef /mk/help
parent0a639ab1df436f2be56acda1698d463c099ff843 (diff)
downloadpkgsrc-04f8316651c99b6d5e8fac49ed227f1f8ac7398f.tar.gz
Make USE_DESTDIR=full the default value and retire the option.
Diffstat (limited to 'mk/help')
-rw-r--r--mk/help/destdir.help10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/help/destdir.help b/mk/help/destdir.help
index 44871136ccb..d7e77c794ec 100644
--- a/mk/help/destdir.help
+++ b/mk/help/destdir.help
@@ -1,4 +1,4 @@
-# $NetBSD: destdir.help,v 1.3 2008/08/10 17:39:15 joerg Exp $
+# $NetBSD: destdir.help,v 1.4 2009/05/09 14:59:08 joerg Exp $
#
# ===
# Warning: This file is still under construction. Don't rely on it.
@@ -20,10 +20,10 @@
#
# USE_DESTDIR
# * "yes" to enable DESTDIR support for those packages that
-# explicitly support it.
-#
-# * "full": This makes the build completely unprivileged and in
-# turn detects any attempt to write e.g. to ${LOCALBASE}.
+# explicitly support it. If the package supports it,
+# the build will run completely under the privileges of the
+# calling users, only package installation via pkg_add is done
+# as root.
#
# === Package-settable variables ===
#