summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorkano <kano@pkgsrc.org>2007-03-03 13:27:03 +0000
committerkano <kano@pkgsrc.org>2007-03-03 13:27:03 +0000
commit96b246bf592ebef58cab903fb1ed6d890fcf6606 (patch)
tree539742b7e44bd2806757d58614d8a3c919232ffc /doc/guide
parent7851bd5a1f6fad95bb371ead5c581fb63dc2f96c (diff)
downloadpkgsrc-96b246bf592ebef58cab903fb1ed6d890fcf6606.tar.gz
NO_BUILD is for build phase, not for configure phase
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml
index bbc0f9817bd..c074d71c689 100644
--- a/doc/guide/files/build.xml
+++ b/doc/guide/files/build.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.43 2007/03/02 09:38:21 wiz Exp $ -->
+<!-- $NetBSD: build.xml,v 1.44 2007/03/03 13:27:03 kano Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -618,7 +618,7 @@
<quote>Makefile</quote>, and <varname>BUILD_TARGET</varname>
defaults to <quote>all</quote>.</para>
- <para>If there is no configure step at all, set
+ <para>If there is no build step at all, set
<varname>NO_BUILD</varname> to <quote>yes</quote>.</para>
</sect1>