From: espie Date: Sun, 10 Aug 2014 10:10:21 +0000 (+0000) Subject: Document SUBST_* X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7b079bf3cb2d54fd1d29034ea40e4043349ea533;p=openbsd Document SUBST_* --- diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index c5114146405..355a878dd45 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.402 2014/07/23 10:19:51 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.403 2014/08/10 10:10:21 espie 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: July 23 2014 $ +.Dd $Mdocdate: August 10 2014 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2752,6 +2752,12 @@ will substitute the value of .Ev FULLPKGNAME-foo for .Li ${FULLPKGNAME} . +.It Ev SUBST_DATA , SUBST_MAN, SUBST_PROGRAM +Specialized versions of +.Ev SUBST_CMD +that use +.Fl c +and appropriate owner/group/mode for data, manpages and programs respectively. .It Ev SUBST_VARS Make variables whose values get substituted to create the actual package information.