瀏覽代碼

Add ISC/BSD to PKG_LICENSE_*

Bryan Steele 10 年之前
父節點
當前提交
9f7c18af14
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      net/openssh/Makefile

+ 3
- 0
net/openssh/Makefile 查看文件

@@ -16,6 +16,9 @@ PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
16 16
 		http://ftp.belnet.be/pub/OpenBSD/OpenSSH/portable/
17 17
 PKG_MD5SUM:=3e9800e6bca1fbac0eea4d41baa7f239
18 18
 
19
+PKG_LICENSE:=BSD ISC
20
+PKG_LICENSE_FILE:=LICENCE
21
+
19 22
 
20 23
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
21 24