svn commit: r238021 - head/tools/build/options
Marcel Moolenaar
marcel at FreeBSD.org
Mon Jul 2 20:24:02 UTC 2012
Author: marcel
Date: Mon Jul 2 20:24:01 2012
New Revision: 238021
URL: http://svn.freebsd.org/changeset/base/238021
Log:
Add description for INSTALL_AS_USER
Added:
head/tools/build/options/WITH_INSTALL_AS_USER (contents, props changed)
Added: head/tools/build/options/WITH_INSTALL_AS_USER
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/build/options/WITH_INSTALL_AS_USER Mon Jul 2 20:24:01 2012 (r238021)
@@ -0,0 +1,9 @@
+.\" $FreeBSD$
+Set to make install targets succeed for non-root users by installing
+files with owner and group attributes set to that of the user running
+the
+.Xr make 1
+command.
+The user still has to set the
+.Va DESTDIR
+variable to point to a directory where the user has write permissions.
More information about the svn-src-head
mailing list