summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorasau <asau>2012-09-30 09:16:56 +0000
committerasau <asau>2012-09-30 09:16:56 +0000
commitd62a93ec321b851ac516371033ab8c327cd17b3c (patch)
tree5d14552890cf188926551153302d73833863b87d /doc/guide
parent0017df76a07bae80db87db0623293b8d2b3b1953 (diff)
downloadpkgsrc-d62a93ec321b851ac516371033ab8c327cd17b3c.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>