diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-03-21 11:40:40 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-03-21 11:40:40 +0000 |
commit | c7d47ce7544477e4216ed60986e65e8f31127249 (patch) | |
tree | 25ef78a3e5bba5a717fd3a8c99257898d2e76be5 | |
parent | 58200d606f754ec1d220318b735ab9be15e58b48 (diff) |
Document the new APM_ARCHS variable.
comments from espie@ naddy@ jasper@
"looks good" jasper@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 | ||||
-rw-r--r-- | share/man/man5/port-modules.5 | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 9c6a3b5eece..9288e309ac5 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.240 2010/03/20 19:16:57 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.241 2010/03/21 11:40:39 ajacoutot Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 20 2010 $ +.Dd $Mdocdate: March 21 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -664,6 +664,12 @@ Target used to build software. Default is .Sq all . Can be set to empty, to yield a package's default target. +.It Ev APM_ARCHS +Set to the list of +.Xr apm 4 +architectures. +Use with +.Ev ONLY_FOR_ARCHS . .It Ev ARCH Current machine architecture. Read-only. diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 6d88127c780..a68389ec5c5 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.46 2009/10/21 16:13:34 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.47 2010/03/21 11:40:39 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 21 2009 $ +.Dd $Mdocdate: March 21 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -308,6 +308,7 @@ When modules are processed, only a few variables are already defined. Modules may depend upon the following variables already having a sane value: +.Ev APM_ARCHS , .Ev ARCH , .Ev DISTDIR , .Ev LOCALBASE , |