diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2010-12-11 10:41:31 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2010-12-11 10:41:31 +0000 |
commit | 3f052f135252aad3c6726b5dfbd837ffc3d628fb (patch) | |
tree | 9f4e64e71c3809a59876cf1eb1d2a598413c8cb1 | |
parent | c4ab77871e6c3baac1d0decc2e8d3acae30abfe4 (diff) |
update subst_vars list; ok ajacoutot@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index b0e53c30919..7ac47119c10 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.275 2010/12/01 23:59:53 landry Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.276 2010/12/11 10:41:30 martynas 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: December 1 2010 $ +.Dd $Mdocdate: December 11 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1896,13 +1896,17 @@ Always holds .Ev ARCH , .Ev BASE_PKGPATH , .Ev FLAVOR_EXT , +.Ev FULLPKGNAME , .Ev HOMEPAGE , +.Ev LOCALBASE , .Ev MACHINE_ARCH , .Ev MAINTAINER , .Ev PREFIX , .Ev RCDIR , +.Ev SYSCONFDIR , +.Ev TRUEPREFIX , and -.Ev SYSCONFDIR . +.Ev X11BASE . The special construct .Sq ${FLAVORS} can be used in the packing-list to specify the current list of dash |