summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2016-07-14 14:40:45 +0000
committerleot <leot@pkgsrc.org>2016-07-14 14:40:45 +0000
commit43391ed7f814e75aa2cff3f22d2925dc0ad7062b (patch)
tree9922fca4b7ef23f0f9c3b1c72d7aacd4a9c48841 /doc/pkgsrc.txt
parent5227d5f61fc9a5c52e070e351fbccc0564e20213 (diff)
downloadpkgsrc-43391ed7f814e75aa2cff3f22d2925dc0ad7062b.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 29240068d9f..0583d5b65db 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -6645,10 +6645,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 "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.
+ * PKG_DESTDIR_SUPPORT has to be set to "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}.