diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-05-25 07:55:14 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-05-25 07:55:14 +0000 |
commit | 8f6e8df1bdbc226ca7f8ae3ebba1410645dc2c34 (patch) | |
tree | 82a1d60e28125a7e28c922ca4479c9a50f232aa3 | |
parent | 3d97ddfb146067e1237ccc09bac21916211251e2 (diff) |
Mention the new fortran MODULE. Not yet documented.
"of course" espie@
-rw-r--r-- | share/man/man5/port-modules.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 4a001f5be4b..f5e22230041 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.50 2010/04/08 16:35:21 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.51 2010/05/25 07:55:13 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: April 8 2010 $ +.Dd $Mdocdate: May 25 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -378,6 +378,7 @@ to MODULES, and provides do-configure, do-build, do-install and post-install targets. do-build, do-install and post-install can be overridden in the port Makefile. +.It fortran .It gcc3 If USE_GCC3=No (defined by .Pa /usr/share/mk/bsd.own.mk ) , |