document PACKAGE_DEPENDS_WITH_PATTERNS

This commit is contained in:
hubertf 2000-02-02 15:54:33 +00:00
parent 93d494f9a5
commit 61e71b247c

View File

@ -1,4 +1,4 @@
.\" $NetBSD: packages.7,v 1.26 2000/01/14 17:32:29 jwise Exp $
.\" $NetBSD: packages.7,v 1.27 2000/02/02 15:54:33 hubertf Exp $
.\"
.\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
.\"
@ -529,6 +529,14 @@ is
If set, prevent the
.Dq update
target from cleaning up after itself.
.It PACKAGE_DEPENDS_WITH_PATTERNS
If set to 'true', the 'package-depends' target prints packages as
wildcards, if set to 'false' the version currently in pkgsrc will be
printed. Defaults to 'true'.
.Pp
This switch also enables/disables proper wildcard processing for installed
packages and pkgsrc, and encoding of wildcard package depends in binary
packages.
.It PATCH_DEBUG
If set, print out more information about the patches as it attempts to
apply them.