diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-08-14 01:01:31 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2014-08-14 01:01:31 +0100 |
commit | 790de0513ff64d5067c802195f4f9f4f08cdf8d9 (patch) | |
tree | 2522e190750bd793c4e4a8caaa36fbe9fcce3513 /net | |
parent | 334478d759d8276082ddc3a23730933806b4a56d (diff) |
xinetd: Add PKG_LICENSE information
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/xinetd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile index 19186b27e..b459f1b84 100644 --- a/net/xinetd/Makefile +++ b/net/xinetd/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.xinetd.org PKG_MD5SUM:=77358478fd58efa6366accae99b8b04c +PKG_LICENSE:=xinetd +PKG_LICENSE_FILES:=COPYRIGHT PKG_INSTALL:=1 |