pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files USE_DESTDIR=yes is set by default now.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c86d13562eba
branches:  trunk
changeset: 634403:c86d13562eba
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri May 16 02:57:57 2014 +0000

description:
USE_DESTDIR=yes is set by default now.

diffstat:

 doc/guide/files/configuring.xml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r e134362fc683 -r c86d13562eba doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml   Fri May 16 02:14:18 2014 +0000
+++ b/doc/guide/files/configuring.xml   Fri May 16 02:57:57 2014 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.41 2014/05/16 02:14:18 obache Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.42 2014/05/16 02:57:57 obache Exp $ -->
 
 <chapter id="configuring">
   <title>Configuring pkgsrc</title>
@@ -168,20 +168,20 @@
     should be needed
 
 <programlisting>
-&uprompt; make USE_DESTDIR=yes install
+&uprompt; make install
 </programlisting>
 
     Create a package without root privileges
 
 <programlisting>
-&uprompt; make USE_DESTDIR=yes PACKAGES=$HOME/packages package
+&uprompt; make PACKAGES=$HOME/packages package
 </programlisting>
 
     For the following command, you must be able to gain root
     privileges using &man.su.1;
 
 <programlisting>
-&uprompt; make USE_DESTDIR=yes PACKAGES=$HOME/packages package-install
+&uprompt; make PACKAGES=$HOME/packages package-install
 </programlisting>
 
     Then, as a simple user



Home | Main Index | Thread Index | Old Index