svn commit: r40953 - head/en_US.ISO8859-1/articles/portbuild
Mark Linimon
linimon at FreeBSD.org
Mon Feb 11 23:41:17 UTC 2013
Author: linimon
Date: Mon Feb 11 23:41:16 2013
New Revision: 40953
URL: http://svnweb.freebsd.org/changeset/doc/40953
Log:
Remove some more lies from the first section.
Modified:
head/en_US.ISO8859-1/articles/portbuild/article.xml
Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml Mon Feb 11 23:21:09 2013 (r40952)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml Mon Feb 11 23:41:16 2013 (r40953)
@@ -63,7 +63,7 @@
<title>The codebase</title>
<para>Most of the package building magic occurs under the
- <filename>/var/portbuild</filename> directory. Unless
+ <filename>/a/portbuild</filename> directory. Unless
otherwise specified, all paths will be relative to
this location. <replaceable>${arch}</replaceable> will
be used to specify one of the package architectures
@@ -81,11 +81,12 @@
for the alpha architecture.</para>
</note>
- <para>The scripts that control all of this live in
- <filename role="directory">/var/portbuild/scripts/</filename>.
+ <para>The scripts that control all of this live in either
+ <filename role="directory">/a/portbuild/scripts/</filename> or.
+ <filename role="directory">/a/portbuild/admin/scripts/</filename>.
These are the checked-out copies from the Subversion repository at
- <ulink url="http://svnweb.freebsd.org/base/projects/portbuild/scripts/">
- <filename role="directory">base/projects/portbuild/scripts/</filename>
+ <ulink url="http://svnweb.freebsd.org/base/projects/portbuild/">
+ <filename role="directory">base/projects/portbuild/</filename>
</ulink>.</para>
<para>Typically, incremental builds are done that use previous
More information about the svn-doc-head
mailing list