summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorlandry <landry@openbsd.org>2016-12-13 07:26:16 +0000
committerlandry <landry@openbsd.org>2016-12-13 07:26:16 +0000
commitfcbc540c0ddf681586bcd73e3163f80420b778e8 (patch)
tree4160a8fc430811d6286da3259c1e20ae6fd8f0b3 /share/man/man5
parentsimplify previous; ok reyk (diff)
downloadwireguard-openbsd-fcbc540c0ddf681586bcd73e3163f80420b778e8.tar.xz
wireguard-openbsd-fcbc540c0ddf681586bcd73e3163f80420b778e8.zip
Document MODFOO_post-extract.
From semarie@, ok espie@
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/port-modules.511
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