Hi,
in FAQ there's bad path to portslogger.
jirib
Index: faq15.html
===================================================================
RCS file: /cvs/www/faq/faq15.html,v
retrieving revision 1.76
diff -u -p -r1.76 faq15.html
--- faq15.html 1 Nov 2010 09:48:45 -0000 1.76
+++ faq15.html 1 Dec 2010 20:30:02 -0000
@@ -1649,13 +1649,13 @@ The more information you provide, the mo
For ports which do not build correctly, a complete build transcript is
almost always required.
You can use the portslogger script, found in
-<tt>/usr/ports/infrastructure/build</tt>, for this.
+<tt>/usr/ports/infrastructure/bin</tt>, for this.
A sample run of portslogger might be:
<blockquote><pre>
$ mkdir ~/portslogs
$ cd /usr/ports/archivers/unzip
-$ make clean install 2>&1 | /usr/ports/infrastructure/build/portslogger
\
+$ make clean install 2>&1 | /usr/ports/infrastructure/bin/portslogger \
~/portslogs
</pre></blockquote>