diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-09-22 22:02:24 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-09-22 22:02:24 +0000 |
commit | 2bdeab2c143cb18ba39f48d9731d4526ab8b130e (patch) | |
tree | 384e2d121ac52fe4b70a3c7e14e348c95662b92e | |
parent | b2df4cdb56369132a3790398051d45514d27edb0 (diff) |
- fix a ghc variable
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index f2b51e2c7cd..412f6915ad4 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.64 2010/09/17 22:02:00 sthen Exp $ +.\" $OpenBSD: port-modules.5,v 1.65 2010/09/22 22:02:23 jasper 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: September 17 2010 $ +.Dd $Mdocdate: September 22 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -413,7 +413,7 @@ The module sets JAVA_HOME, ONLY_FOR_ARCHS, MODJAVA_RUN_DEPENDS, and appends to BUILD_DEPENDS and RUN_DEPENDS. It heeds NO_BUILD. .It lang/ghc -Sets ONLY_FOR_ARCHS, MODGHC_VERSION, BUILD_DEPENDS, and RUN_DEPENDS. +Sets ONLY_FOR_ARCHS, MODGHC_VER, BUILD_DEPENDS, and RUN_DEPENDS. .It lang/lua Sets MODLUA_VERSION, MODLUA_LIBDIR, MODLUA_DATADIR. Appends to RUN_DEPENDS and CATEGORIES. |