summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorjoerg <joerg>2009-04-09 00:51:31 +0000
committerjoerg <joerg>2009-04-09 00:51:31 +0000
commita7bb744b4359e9c457c9fc0b9de828fa3d96bc16 (patch)
tree656a2e3e95165ba9ce7ac0e2a87ddce96943d3b3 /doc/guide
parent68c3aef83402935f5334a9b229becf7489a22954 (diff)
downloadpkgsrc-a7bb744b4359e9c457c9fc0b9de828fa3d96bc16.tar.gz
Remove references to NO_PACKAGE, IGNORE and NO_CDROM from documentation.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/build.xml8
-rw-r--r--doc/guide/files/fixes.xml8
2 files changed, 2 insertions, 14 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml
index 86be2f88e5d..82d730cbcd3 100644
--- a/doc/guide/files/build.xml
+++ b/doc/guide/files/build.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.59 2009/04/03 01:52:24 snj Exp $ -->
+<!-- $NetBSD: build.xml,v 1.60 2009/04/09 00:51:31 joerg Exp $ -->
<chapter id="build">
<title>The build process</title>
@@ -778,12 +778,6 @@ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${site}${file} ${FETCH_AFTER_ARGS}
one for each category in the <varname>CATEGORIES</varname>
variable. <varname>PACKAGES</varname> defaults to
<filename>pkgsrc/packages</filename>.</para>
-
- <para>If there should be no binary package, set
- <varname>NO_PACKAGE</varname> to <quote>yes</quote>.
- This should only be used in rare cases, like when a package
- definitely is only usable on the machine where it is built and even
- then, a binary package can be useful.</para>
</sect1>
<sect1 id="build.clean">
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index 26e288b6c7e..1ec20975764 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.98 2009/04/08 15:01:11 wiz Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.99 2009/04/09 00:51:31 joerg Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -278,12 +278,6 @@ ACCEPTABLE_LICENSES+=xv-license
the distfile(s) will not be mirrored on ftp.NetBSD.org.</para>
</listitem>
</itemizedlist>
-
- <para>Please note that the use of <varname>NO_PACKAGE</varname>,
- <varname>IGNORE</varname>, <varname>NO_CDROM</varname>, or other
- generic make variables to denote restrictions is deprecated,
- because they unconditionally prevent users from generating
- binary packages!</para>
</sect2>