diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:20:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:20:35 +0000 |
commit | e39210d4931ffb120c2443818102b99017f74b56 (patch) | |
tree | 8d726c6c73fdaedda62446124cf8582f52b24253 /doc/guide | |
parent | 84fef6cc1a59a4ef2fce4937b0bc1d06a0de9f62 (diff) | |
download | pkgsrc-e39210d4931ffb120c2443818102b99017f74b56.tar.gz |
Add back <para>.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml index 0a3d5366c1f..519a3724f7c 100644 --- a/doc/guide/files/build.xml +++ b/doc/guide/files/build.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: build.xml,v 1.74 2015/07/04 16:12:54 joerg Exp $ --> +<!-- $NetBSD: build.xml,v 1.75 2015/07/04 16:20:35 joerg Exp $ --> <chapter id="build"> <title>The build process</title> @@ -88,7 +88,7 @@ </listitem> <listitem> - To determine the prefix of an + <para>To determine the prefix of an installed package, the <varname>EVAL_PREFIX</varname> definition can be used. It takes pairs in the format <quote>DIRNAME=<package></quote>, and the &man.make.1; |