diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-08-21 01:24:13 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-08-21 01:24:13 +0000 |
commit | cacb390022ee8379c88381aa734bb8bcf1466b28 (patch) | |
tree | 4a2673a77d479eef8808f59df78cabcee45d4d12 /share/man | |
parent | d67cfd281f05bc48f6a8f1a2b3ebecc840f6c447 (diff) |
Fix typo: MODLUA_DEAFULT_VERSION to MODLUA_DEFAULT_VERSION.
Diffstat (limited to 'share/man')
-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 b7ddf644204..db91c8eddd1 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.193 2015/08/11 20:18:03 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.194 2015/08/21 01:24:12 bentley 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: August 11 2015 $ +.Dd $Mdocdate: August 21 2015 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -941,7 +941,7 @@ is set to 5.1. .Ev MODLUA_DEFAULT_VERSION by default. Ports can be built with two lua versions. -If no FLAVOR is set it defaults to MODLUA_DEAFULT_VERSION. +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, use the following, which will propagate the currently used flavor: |