aboutsummaryrefslogtreecommitdiff
path: root/lang/lua-penlight
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2016-09-03 00:00:54 +0200
committerMichael Heimpold <mhei@heimpold.de>2016-09-03 00:00:54 +0200
commitdef97187d25d11732925c1fc98f8c391efc08f2e (patch)
tree29263164200f156f7bb367ce4fb555a601aac314 /lang/lua-penlight
parent16c9bfdbf72450e68d06deef616e105f1d2ca376 (diff)
Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang/lua-penlight')
-rw-r--r--lang/lua-penlight/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua-penlight/Makefile b/lang/lua-penlight/Makefile
index 89192e29a..5c1b72a2a 100644
--- a/lang/lua-penlight/Makefile
+++ b/lang/lua-penlight/Makefile
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lua-penlight
PKG_VERSION:=1.3.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/Penlight-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/stevedonovan/Penlight/archive/
PKG_MD5SUM:=0315a39834bb6fab07741ec04ede1bf4
PKG_LICENSE:=MIT
-PKG_LICENSE_FILE:=LICENSE.md
+PKG_LICENSE_FILES:=LICENSE.md
include $(INCLUDE_DIR)/package.mk