diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-10-26 10:39:49 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-10-26 10:39:49 +0000 |
commit | 0c28f44617c1e204bf859125949697d3082eeceb (patch) | |
tree | 39cc696777602bc51f271aa11a3abff57b97bad7 /share/man/man5 | |
parent | a4df4a7013e2d01f443f7fdc55b5d5f5ab1e5443 (diff) |
Document MODFOO_pre-configure.
ok espie@
Diffstat (limited to 'share/man/man5')
-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 |