mdocml: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 17:27:56 +02:00
parent 4f0438e60e
commit 4a6fc544ba
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mdocml'
pkgname=mdocml
version=1.14.1
revision=1
revision=2
build_style=configure
makedepends="zlib-devel"
depends="less"
@ -55,4 +55,5 @@ post_install() {
rm -rf ${DESTDIR}/usr/{include,lib,share/man/man3}
# Daily cron job to generate man db
vinstall ${FILESDIR}/makewhatis.cron.daily 755 etc/cron.daily makewhatis
vlicense LICENSE
}