diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-08-10 11:23:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-08-10 11:23:03 +0000 |
commit | 559ec99f06fff8c7b1861c2afefe77d84e205005 (patch) | |
tree | b43b4723d5cd5939117c2c90f9602d0359570a0e /share/man | |
parent | 64c0387b9635e3a157600869bfe4942fd98027cf (diff) |
some Ev fixes;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 355a878dd45..d3e68dfb087 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.403 2014/08/10 10:10:21 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.404 2014/08/10 11:23:02 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2752,7 +2752,7 @@ will substitute the value of .Ev FULLPKGNAME-foo for .Li ${FULLPKGNAME} . -.It Ev SUBST_DATA , SUBST_MAN, SUBST_PROGRAM +.It Ev SUBST_DATA , SUBST_MAN , SUBST_PROGRAM Specialized versions of .Ev SUBST_CMD that use @@ -3822,7 +3822,7 @@ instead. Likewise, use .Ev EXTRACT_CASES instead. -.It Ev FETCH_BEFORE_ARGS , Ev FETCH_AFTER_ARGS +.It Ev FETCH_BEFORE_ARGS , FETCH_AFTER_ARGS Set .Ev FETCH_CMD to point to a script that does any required special treatment instead. |