Browse Source

Add ISC/BSD to PKG_LICENSE_*

Bryan Steele 10 years ago
parent
commit
9f7c18af14
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      net/openssh/Makefile

+ 3
- 0
net/openssh/Makefile View File

@@ -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