diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-10-21 17:31:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-10-21 17:31:24 +0000 |
commit | 51310ef2491b487d1b4fe8607b23c124e809ec2c (patch) | |
tree | 4d2651d30461502d8a19780a8df7e8950d43663b /share | |
parent | 7905a51a48ba2c26d725923d5773964a70ccc690 (diff) |
tell people to avoid pre,do,post fetch and install
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index a245f1791ec..94e1b0055b8 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.293 2011/10/21 17:28:34 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.294 2011/10/21 17:31:23 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -111,9 +111,7 @@ Specialization hooks exist for .Ar distpatch , .Ar extract , .Ar fake , -.Ar fetch , .Ar install , -.Ar package , .Ar patch , .Ar regress . See individual targets for exceptions. @@ -2336,6 +2334,13 @@ Set to nothing and override .Ar post-extract instead. +.It Ar {pre,do,post}-fetch +These prevented bulk mechanisms from running properly. +.It Ar {pre,do,post}-package +There is no port that requires special treatment during packaging, +as +.Ar {pre,do,post}-install +should take care of every necessity. .It Ar fetch-all , Ar fetch-list , Ar mirror-distfiles See .Xr mirroring-ports 7 |