diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2022-03-14 10:56:56 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2022-03-14 10:56:56 +0000 |
commit | 32c408e78cb8c6cce9ebdc0aa533968735338c8b (patch) | |
tree | 133daa78c320c71363a0e9c9b0e4b2391bb113fa /share | |
parent | 271e31437e4f12e076761a83359812e6e364f96a (diff) |
document changes to MODPERL_REGEN_PPPORT
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 1f2a422f394..d9681c806c1 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.559 2022/03/12 12:20:03 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.560 2022/03/14 10:56:55 sthen 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: March 12 2022 $ +.Dd $Mdocdate: March 14 2022 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -2240,12 +2240,16 @@ Likewise for Likewise for .Cm do-test . .It Ev MODPERL_REGEN_PPPORT -Normally, ppport.h will be regenerated using a current version of -.Xr Devel::PPPort 3p -if present. -Set to +Normally, if ppport.h is present, +it will be regenerated using a current version of +.Xr Devel::PPPort 3p . +Set to the filename under +.Pa ${WRKSRC} , +or .Sq \&No -to disable this. +to disable. +Defaults to +.Sq ppport.h . .It Ev MODULES External modules mechanism, documented separately. Modules such as |