diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-06-16 12:14:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-06-16 12:14:41 +0000 |
commit | 67640fb3bc50cba182c5a5d0a0c300aeaa9a04fe (patch) | |
tree | aa18ad52e77ef63554dd17e537dea66339743eec /share/man | |
parent | 4b999101a383f4577ff44240d2c1675c0f51df61 (diff) |
fully document SUBST_CMD
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index bd6328716e0..774feeafff4 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.245 2010/06/16 12:07:39 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.246 2010/06/16 12:14:40 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1803,6 +1803,16 @@ to .Pa ${PREFIX} , for instance. Read-only. +.Pp +.Ev SUBST_CMD +can be used like +.Xr install 1 : +.Dl ${SUBST_CMD} Oo Fl g Ar group Oc Oo Fl m Ar mode Oc Oo Fl o Ar owner Oc file... +to set file +.Ar owner , +.Ar group +and/or +.Ar mode . .It Ev SUBST_VARS Make variables whose values get substituted to create the actual package information. |