diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template index 385e524e6a9..c29c34b98c6 100644 --- a/srcpkgs/mdocml/template +++ b/srcpkgs/mdocml/template @@ -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 }