diff options
author | joerg <joerg@pkgsrc.org> | 2009-05-09 14:59:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-05-09 14:59:08 +0000 |
commit | 39688c1a79010e20c14b5b131c822d28a636a368 (patch) | |
tree | 8e5d9e2f6429934f4c78445c3e4a4b2db4e1e7ef /mk/help | |
parent | f5d7693945f784276c90e71e23611f014980911e (diff) | |
download | pkgsrc-39688c1a79010e20c14b5b131c822d28a636a368.tar.gz |
Make USE_DESTDIR=full the default value and retire the option.
Diffstat (limited to 'mk/help')
-rw-r--r-- | mk/help/destdir.help | 10 |
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 === # |