summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-12-31 09:18:46 +0000
committerespie <espie@openbsd.org>2012-12-31 09:18:46 +0000
commit256c568a6590b4904becdba974dfa38ad138ac52 (patch)
tree70ab98f6cf5ee6ccaf3df728b2712a07ded90a18
parentRemove GLIBC_DYNAMIC_LINKER which is only relevant for Linux. (diff)
downloadwireguard-openbsd-256c568a6590b4904becdba974dfa38ad138ac52.tar.xz
wireguard-openbsd-256c568a6590b4904becdba974dfa38ad138ac52.zip
document post-install hooks
-rw-r--r--share/man/man5/port-modules.514
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 0f4ae699065..0694fd21d69 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.146 2012/11/19 12:23:23 espie Exp $
+.\" $OpenBSD: port-modules.5,v 1.147 2012/12/31 09:18:46 espie 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: November 19 2012 $
+.Dd $Mdocdate: December 31 2012 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -196,6 +196,16 @@ behavior.
.Pp
This can occasionnally be used for ports that require some specific
fake installation setup that will be provided by runtime dependencies.
+.It Ar install
+There is a
+.Ar post-install
+hook that can be activated by defining
+.Ev MODFOO_post-install
+This will be invoked at the end of
+.Ar install ,
+right after the normal
+.Ar post-install
+behavior.
.El
.Sh OVERRIDING VARIABLE BEHAVIOR
Some variables can be overridden by modules.