summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-09-30 09:16:56 +0000
committerasau <asau@pkgsrc.org>2012-09-30 09:16:56 +0000
commit9ef03122e9baabf63450c7535e67509fa7a594ef (patch)
tree5d14552890cf188926551153302d73833863b87d /doc/guide
parenta5d3ecb6a2cb38a5c10b1fc6831e10d676ba9b28 (diff)
downloadpkgsrc-9ef03122e9baabf63450c7535e67509fa7a594ef.tar.gz
"user-destdir" was made default. Adjust documentation.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/fixes.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 17f9c509ae8..4569fe30a85 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.109 2012/07/09 15:48:13 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.110 2012/09/30 09:16:56 asau Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -1338,8 +1338,10 @@ ${INSTALL_DATA_DIR} ${PREFIX}/dir2
<itemizedlist>
<listitem><para><varname>PKG_DESTDIR_SUPPORT</varname> has to be
- set to <quote>destdir</quote> or <quote>user-destdir</quote>. If
- bsd.prefs.mk is included in the Makefile,
+ set to <quote>none</quote>, <quote>destdir</quote>, or
+ <quote>user-destdir</quote>. By default <varname>PKG_DESTDIR_SUPPORT</varname>
+ is set to <quote>user-destdir</quote> to help catching more
+ potential packaging problems. If bsd.prefs.mk is included in the Makefile,
<varname>PKG_DESTDIR_SUPPORT</varname> needs to be set before
the inclusion.</para></listitem>