diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2016-12-13 07:26:17 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2016-12-13 07:26:17 +0000 |
commit | e54b6b581c5d2925fee9e0b475822b139c49cc21 (patch) | |
tree | 46b84bf4201043a8f588dd16dee8683be403878c /share | |
parent | 00997032efbf9b896226fda9c6c6c0571ca34c49 (diff) |
Document MODFOO_post-extract.
From semarie@, ok espie@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/port-modules.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 95d2e25f07c..f377fd5c479 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.210 2016/10/29 18:27:34 danj Exp $ +.\" $OpenBSD: port-modules.5,v 1.211 2016/12/13 07:26:16 landry Exp $ .\" .\" Copyright (c) 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: October 29 2016 $ +.Dd $Mdocdate: December 13 2016 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -141,6 +141,13 @@ to be needed were added. If several modules define the same hook, hook behaviors will be invoked in sequence. .Bl -tag -width do-configure +.It Cm extract +There is a +.Cm post-extract +hook that can be activated by defining +.Ev MODFOO_post-extract . +It will be run right after +.Cm post-extract . .It Cm patch There is a .Cm post-patch |