diff options
author | bsiegert <bsiegert> | 2015-01-06 20:35:59 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2015-01-06 20:35:59 +0000 |
commit | 798c15d72750c0c12267541b8fbb8d0d86f3327e (patch) | |
tree | c72b79cb14e60dd3305b82267688fa0cbd073cb6 /doc/guide | |
parent | 5d2e1798d450e85f2ff0350c4375e2994835a074 (diff) | |
download | pkgsrc-798c15d72750c0c12267541b8fbb8d0d86f3327e.tar.gz |
Fix some problems in the "configuring" section of the pkgsrc guide and
regenerate html and txt version. From Ray Phillips in PR misc/49367.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/configuring.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml index 45f92bc04a7..30c1c8b727f 100644 --- a/doc/guide/files/configuring.xml +++ b/doc/guide/files/configuring.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: configuring.xml,v 1.46 2015/01/05 12:13:48 prlw1 Exp $ --> +<!-- $NetBSD: configuring.xml,v 1.47 2015/01/06 20:35:59 bsiegert Exp $ --> <chapter id="configuring"> <title>Configuring pkgsrc</title> @@ -47,7 +47,7 @@ works.</para> </listitem> <listitem><para><varname>X11BASE</varname>: Where X11 is installed on the system. The default is - <filename>/usr/X11R6</filename>.</para> + <filename>/usr/X11R7</filename>.</para> </listitem> <listitem><para><varname>DISTDIR</varname>: Where to store the downloaded copies of the original source distributions used @@ -349,7 +349,7 @@ LDFLAGS+= -your -linkerflags <title>Developer/advanced settings</title> <!-- USE_ABI_DEPENDS --> - <para>XXX + <para><!-- XXX --> <itemizedlist> <listitem><para><varname>PKG_DEVELOPER</varname>: Run some sanity checks that package developers want: |