mdocml: add tests.

This commit is contained in:
maxice8 2017-11-15 16:53:51 -02:00 committed by Jürgen Buchmüller
parent d366a4b968
commit feaaf11159

View File

@ -5,6 +5,7 @@ revision=1
wrksrc="mandoc-${version}"
build_style=configure
makedepends="zlib-devel"
checkdepends="perl"
depends="less"
provides="man-0_1"
conf_files="/etc/man.conf"
@ -46,6 +47,9 @@ EOF
esac
}
do_check() {
cd regress && ./regress.pl
}
post_install() {
# Rename mans for alternatives
for f in apropos man whatis; do