diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:51:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:51:31 +0000 |
commit | d0d88ec0e99195a32257a022db98131e216a60aa (patch) | |
tree | 656a2e3e95165ba9ce7ac0e2a87ddce96943d3b3 /doc/guide/files | |
parent | 30931fa48cfccaa4c9e6c68b010259d73bee50dc (diff) | |
download | pkgsrc-d0d88ec0e99195a32257a022db98131e216a60aa.tar.gz |
Remove references to NO_PACKAGE, IGNORE and NO_CDROM from documentation.
Diffstat (limited to 'doc/guide/files')
-rw-r--r-- | doc/guide/files/build.xml | 8 | ||||
-rw-r--r-- | doc/guide/files/fixes.xml | 8 |
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> |