diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-07-12 15:46:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-07-12 15:46:22 +0000 |
commit | d2db2c9ab834e84b7a26478e7f2c0bf857543e78 (patch) | |
tree | 81ea9d934eb8a3023bf1bb9e0d4c9d20dfa33a7f /share/man/man5 | |
parent | d3a58c185376881e86fad598984a0dfa4fef5772 (diff) |
Document INTERACTIVE, HOMEPAGE, FULLPKGPATH.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6435153c6d0..f1d3e2ead88 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.100 2003/07/12 15:36:24 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.101 2003/07/12 15:46:21 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -355,6 +355,9 @@ User-settings. Set to .Sq Yes to avoid ports that require user-interaction +Use in conjunction with +.Ev INTERACTIVE +to simplify bulk-package builds. .Po See IGNORE .Pc . @@ -742,9 +745,15 @@ Defaults to ${PKGNAME}${FLAVOR_EXT}. .It Ev FULLPKGNAME-foo Full package name for sub-package foo, if the default value is not appropriate. +.It Ev FULLPKGPATH +Path to the current port's directory, relative to ${PORTSDIR}, +including flavors and subpackages. +Read-only. .It Ev GMAKE Location of the gnu make binary, if needed. Defaults to gmake. +.It Ev HOMEPAGE +Set to a link to the homepage of the software, if applicable. .It Ev IGNOREFILES Set to the list of files that cannot be checksummed. For use by ports which @@ -795,6 +804,14 @@ corresponding directory, respectively). Target invoked to install the software, during fake installation. Default is .Sq install . +.It Ev INTERACTIVE +User settings. +Set to +.Sq Yes +to skip all non-interactive ports. +Used in conjunction with +.Ev BATCH +to simplify bulk-package builds. .It Ev IS_INTERACTIVE Set to .Sq Yes |