diff options
Diffstat (limited to 'share/man/man5/port-modules.5')
-rw-r--r-- | share/man/man5/port-modules.5 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index d9f73b753cd..285d038fdfb 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.77 2010/10/24 20:43:31 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.78 2010/10/26 10:39:48 ajacoutot 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 24 2010 $ +.Dd $Mdocdate: October 26 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -152,6 +152,12 @@ and before .Ev REORDER_DEPENDENCIES touches things. .It Ar configure +There is a +.Ar pre-configure +hook that can be activated by defining +.Ev MODFOO_pre-configure . +It will be run right after +.Ar pre-configure . The normal .Ar do-configure behavior is to invoke all |