diff options
author | 2010-09-22 22:02:23 +0000 | |
---|---|---|
committer | 2010-09-22 22:02:23 +0000 | |
commit | 46fed1eeb313c1230a057145329c389f87cbc11a (patch) | |
tree | e4339d9be2019ef5dd1b0986bb08f78bdab20d8b | |
parent | autoconf activate, suspend/resume support (diff) | |
download | wireguard-openbsd-46fed1eeb313c1230a057145329c389f87cbc11a.tar.xz wireguard-openbsd-46fed1eeb313c1230a057145329c389f87cbc11a.zip |
- 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. |