|
@@ -151,7 +151,7 @@
|
|
|
are installing a package libfoo-1.1. The following instructions may
|
|
|
not install the package properly:</para>
|
|
|
|
|
|
-<screen><userinput>./configure --prefix=/usr/pkg/libfoo/1.1
|
|
|
+<screen role="nodump"><userinput>./configure --prefix=/usr/pkg/libfoo/1.1
|
|
|
make
|
|
|
make install</userinput></screen>
|
|
|
|
|
@@ -164,7 +164,7 @@ make install</userinput></screen>
|
|
|
<envar>DESTDIR</envar> strategy to fake installation of the package. This
|
|
|
approach works as follows:</para>
|
|
|
|
|
|
-<screen><userinput>./configure --prefix=/usr
|
|
|
+<screen role="nodump"><userinput>./configure --prefix=/usr
|
|
|
make
|
|
|
make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
|
|
|
|