diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-11-19 12:23:24 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-11-19 12:23:24 +0000 |
commit | a57e5f1de09f5c05634b62d87ea9b8c45aab8dc6 (patch) | |
tree | 1023bd2dd8875b44f80ab560a95f0ea0dc3780d2 /share/man | |
parent | 77eca4549b1e2d69a96627f605fd8956de3826e5 (diff) |
zap pre-install, which was a weird kludge.
Explain a bit more the purpose of pre-fake.
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. |