diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/port-modules.5 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index e3c51377009..0f4ae699065 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.145 2012/10/31 13:44:30 gsoares Exp $ +.\" $OpenBSD: port-modules.5,v 1.146 2012/11/19 12:23:23 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: October 31 2012 $ +.Dd $Mdocdate: November 19 2012 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -193,13 +193,9 @@ This will be invoked right after and before the normal .Ar pre-fake behavior. -.It Ar install -There is a -.Ar pre-install -hook that can be activated by defining -.Ev MODFOO_pre-install . -It will be run right before installing the package with -.Xr pkg_add 1 . +.Pp +This can occasionnally be used for ports that require some specific +fake installation setup that will be provided by runtime dependencies. .El .Sh OVERRIDING VARIABLE BEHAVIOR Some variables can be overridden by modules. |