mdocml: add license.
This commit is contained in:
parent
4f0438e60e
commit
4a6fc544ba
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue