aboutsummaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorIan Leonard <antonlacon@gmail.com>2014-08-02 01:34:16 -0700
committerIan Leonard <antonlacon@gmail.com>2014-08-02 01:34:16 -0700
commit9bbed19d90afcbb64c252220a010f6f06bf6b2aa (patch)
tree2e7959f816af9a45c72af8489ae0414d7123d8f7 /devel/patch
parent863c1dc6847b2eb2208f1853bdfacf76f6acc6ee (diff)
patch: add PKG_LICENSE information.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 15804c0c9..2532ef2cd 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -14,6 +14,8 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/patch
PKG_MD5SUM:=95dd8d7e41dcbcecdd5cd88ef915378d
+PKG_LICENSE:=GPL-3.0+
+PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk