Browse Source

xinetd: Add PKG_LICENSE information

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Jonathan McCrohan 10 years ago
parent
commit
790de0513f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      net/xinetd/Makefile

+ 2
- 0
net/xinetd/Makefile View File

@@ -14,6 +14,8 @@ PKG_RELEASE:=2
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.xinetd.org
16 16
 PKG_MD5SUM:=77358478fd58efa6366accae99b8b04c
17
+PKG_LICENSE:=xinetd
18
+PKG_LICENSE_FILES:=COPYRIGHT
17 19
 
18 20
 PKG_INSTALL:=1
19 21