diff options
author | 2012-05-15 12:26:34 +0000 | |
---|---|---|
committer | 2012-05-15 12:26:34 +0000 | |
commit | 15f5c4b5073bdfdba78361d898afd7f23be59981 (patch) | |
tree | 95df6e6e2d892702b1dd37710b83c72db489d7bf /share/man/man5 | |
parent | supplementary magic code, not active yet (diff) | |
download | wireguard-openbsd-15f5c4b5073bdfdba78361d898afd7f23be59981.tar.xz wireguard-openbsd-15f5c4b5073bdfdba78361d898afd7f23be59981.zip |
sync lua.port.mk and sort a few variables.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 0b8b62bd40a..f0a9c97dc2f 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.129 2012/05/11 21:01:47 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.130 2012/05/15 12:26:34 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: May 11 2012 $ +.Dd $Mdocdate: May 15 2012 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -625,9 +625,10 @@ and .Ev MODGHC_SETUP_CONF_ENV . .It lang/lua Sets -.Ev MODLUA_VERSION , +.Ev MODLUA_DATADIR , +.Ev MODLUA_DOCDIR , .Ev MODLUA_LIBDIR , -.Ev MODLUA_DATADIR . +.Ev MODLUA_VERSION . Appends to .Ev CATEGORIES . Also appends to |