diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-10-11 12:42:22 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-10-11 12:42:22 +0000 |
commit | 2a3f701fbc38af58e19add6be1b8290ca2346e55 (patch) | |
tree | 903a4f09083994b90f9447d2ebc3ffe21732431a | |
parent | 7e37c8d3b92e16f3d6b9ebb14f7b328a55190bc2 (diff) |
Ports can be built with several (not just two) lua versions.
-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 f0f5e2b1233..565c5e5f729 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.208 2016/09/13 19:45:35 naddy Exp $ +.\" $OpenBSD: port-modules.5,v 1.209 2016/10/11 12:42:21 jca 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 13 2016 $ +.Dd $Mdocdate: October 11 2016 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -998,7 +998,7 @@ is set to 5.1. .Ev MODLUA_VERSION is set to .Ev MODLUA_DEFAULT_VERSION by default. -Ports can be built with two lua versions. +Ports can be built with several lua versions. If no FLAVOR is set it defaults to MODLUA_DEFAULT_VERSION. Otherwise the FULLPKGNAME is adjusted, if MODLUA_SA is not set. In order to set a build, run or test dependency on a lua port, |