pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/lua



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jul 23 22:22:42 UTC 2018

Modified Files:
        pkgsrc/lang/lua: luaversion.mk

Log Message:
lang/lua: fix typo for PKG_FAIL_REASON in luaversion.mk


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/lua/luaversion.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/lua/luaversion.mk
diff -u pkgsrc/lang/lua/luaversion.mk:1.9 pkgsrc/lang/lua/luaversion.mk:1.10
--- pkgsrc/lang/lua/luaversion.mk:1.9   Mon Feb 16 10:52:34 2015
+++ pkgsrc/lang/lua/luaversion.mk       Mon Jul 23 22:22:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: luaversion.mk,v 1.9 2015/02/16 10:52:34 jperkin Exp $
+# $NetBSD: luaversion.mk,v 1.10 2018/07/23 22:22:42 rillig Exp $
 
 # This file determins which Lua version is used as a dependency for
 # a package.
@@ -145,7 +145,7 @@ LUA_PKGPREFIX=              lua51
 LUA_BASEDEPENDS=       lua51>=5.1<5.2:${LUA_PKGSRCDIR}
 
 .else
-PKG_FAIL_REASION+=     "No valid Lua version found"
+PKG_FAIL_REASON+=      "No valid Lua version found"
 
 .endif
 



Home | Main Index | Thread Index | Old Index