summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2016-04-10 16:02:02 +0000
committerjoerg <joerg>2016-04-10 16:02:02 +0000
commit75a748627dce5cf04e93550d13404307ecc5cae1 (patch)
treecd0073945f349298ea386385fbca13f884acdc8c
parenta14ddb2948845b4acdab59b1601105de5442be05 (diff)
downloadpkgsrc-75a748627dce5cf04e93550d13404307ecc5cae1.tar.gz
Adjust DESTDIR section now that it is required.
-rw-r--r--doc/guide/files/configuring.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml
index 30c1c8b727f..0f88e8341bb 100644
--- a/doc/guide/files/configuring.xml
+++ b/doc/guide/files/configuring.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.47 2015/01/06 20:35:59 bsiegert Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.48 2016/04/10 16:02:02 joerg Exp $ -->
<chapter id="configuring">
<title>Configuring pkgsrc</title>
@@ -139,7 +139,7 @@ works.</para>
<sect1 id="variables-affecting-installation">
<title>Variables affecting the installation process</title>
- <para>Most packages support installation into a
+ <para>Packages have to support installation into a
subdirectory of <varname>WRKDIR</varname>. This allows a package
to be built, before the actual filesystem is touched. DESTDIR
support exists in two variations:</para>
@@ -150,10 +150,6 @@ works.</para>
build, installation and packaging as normal user. Root
privileges are only needed to add packages.</para></listitem>
</itemizedlist>
- <para>DESTDIR support is now the default. To switch back to non-DESTDIR,
- you can set
- <varname>USE_DESTDIR=no</varname>; this setting will be deprecated though,
- so it's preferable to convert a package to DESTDIR instead.</para>
<para>With basic DESTDIR support, <userinput>make
clean</userinput> needs to be run as root.</para>