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
commit8741b74b40e104c74ed6e2c6d5de99132cd084f2 (patch)
tree90989bbcc4f75a2924dffd291c65aa0e014823d0 /doc/pkgsrc.txt
parent687ded085dff6d3aba9541b01d2ced6f9733e824 (diff)
downloadpkgsrc-8741b74b40e104c74ed6e2c6d5de99132cd084f2.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}.