summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-09-30 10:12:00 +0000
committerwiz <wiz@pkgsrc.org>2012-09-30 10:12:00 +0000
commit35d5a2da2e58c96459bddbcf0422eec77d54ffd2 (patch)
tree90989bbcc4f75a2924dffd291c65aa0e014823d0 /doc/pkgsrc.txt
parenta12335e537f936c4084d064fd8e2429ea1d5739b (diff)
downloadpkgsrc-35d5a2da2e58c96459bddbcf0422eec77d54ffd2.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 6be47cc7e4b..5af04f79f57 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -7392,9 +7392,10 @@ for installation as usual. There are two ways: Either the package must install
as root ("destdir") or the package can install as non-root user ("user-destdir"
).
- * PKG_DESTDIR_SUPPORT has to be set to "destdir" or "user-destdir". If
- bsd.prefs.mk is included in the Makefile, PKG_DESTDIR_SUPPORT needs to be
- set before the inclusion.
+ * PKG_DESTDIR_SUPPORT has to be set to "none", "destdir", or "user-destdir".
+ By default PKG_DESTDIR_SUPPORT is set to "user-destdir" to help catching
+ more potential packaging problems. If bsd.prefs.mk is included in the
+ Makefile, PKG_DESTDIR_SUPPORT needs to be set before the inclusion.
* All installation operations have to be prefixed with ${DESTDIR}.