diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-01-06 20:35:59 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-01-06 20:35:59 +0000 |
commit | 16ae6aa5f6f4384a504f963d059ddcfdf991edbe (patch) | |
tree | c72b79cb14e60dd3305b82267688fa0cbd073cb6 /doc/guide | |
parent | 2d075c8cb99aca7847ea50265098957f0cbd45eb (diff) | |
download | pkgsrc-16ae6aa5f6f4384a504f963d059ddcfdf991edbe.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: |