mksh: update to R47.

This commit is contained in:
Juan RP 2013-07-25 10:31:09 +02:00
parent 0f35b7754f
commit 93f8d7385d
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'mksh'
pkgname=mksh
version=R46
version=R47
revision=1
short_desc="The Mir Korn SHell"
maintainer="pancake <xtraeme@gmail.com>"
homepage="https://www.mirbsd.org/mksh.htm"
license="BSD"
distfiles="http://pub.allbsd.org/MirOS/dist/mir/mksh/$pkgname-$version.tgz"
checksum=dbe6bf60b111a962ed33eb16dffa4d726d62dc0d60ad5429f0d575fc430af05a
checksum=b7159f09c551d97357b5b8a76829bfd6c668cc93f15faa92d510ad6dc0dab939
wrksrc=mksh
do_build() {
@ -15,8 +15,8 @@ do_build() {
}
do_install() {
vinstall ${wrksrc}/mksh 755 usr/bin
vinstall ${wrksrc}/mksh.1 644 usr/share/man/man1
vinstall mksh 755 usr/bin
vinstall mksh.1 644 usr/share/man/man1
}
mksh_package() {