diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-02-18 13:39:03 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-02-18 13:39:03 +0000 |
commit | bb69250687d3c74ddefd7e5e0c9329d06846949b (patch) | |
tree | 7a078575ba940ff8fa0b725136375ed3193da149 /share/man/man5 | |
parent | 8b89874a648a2fb2ae43b33a763593bc7718500a (diff) |
sync the list of variables held in SUBST_VARS;
ok espie@.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 70d62efa6b7..924a37e120f 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.133 2004/02/08 08:20:17 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.134 2004/02/18 13:39:02 xsa Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -1376,7 +1376,10 @@ Make variables whole values get substituted to create the actual package information. Always holds .Ev ARCH , +.Ev FLAVOR_EXT , .Ev HOMEPAGE , +.Ev MACHINE_ARCH , +.Ev MAINTAINER , .Ev PREFIX , and .Ev SYSCONFDIR . |