aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-03-20 05:50:02 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2021-03-20 05:50:02 +0100
commit081d418e7192c33619f71b47888e396432ab40a4 (patch)
treef3453afc1352dbd691632ab80b5bda2193f8cad6
parent6a10c7b029f1ad6c0c05bb3a4c58960c76c536f3 (diff)
main/mksh: fix license
musl provides us with strlcpy, thus we don't use the ISC-licensed compatibility implementation. We also don't use the BSD-licensed printf.c. See http://www.mirbsd.org/TaC-mksh.txt
-rw-r--r--main/mksh/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/mksh/APKBUILD b/main/mksh/APKBUILD
index c222043471f..3464b52a6ee 100644
--- a/main/mksh/APKBUILD
+++ b/main/mksh/APKBUILD
@@ -3,11 +3,11 @@
pkgname=mksh
pkgver=59c
_pkgver=R$pkgver
-pkgrel=1
+pkgrel=2
pkgdesc="MirBSD KSH Shell"
url="https://www.mirbsd.org/mksh"
arch="all"
-license="MirOS"
+license="MirOS AND Unicode-DFS-2016"
checkdepends="perl"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall"
subpackages="$pkgname-doc"