mdocml: add tests.
This commit is contained in:
parent
d366a4b968
commit
feaaf11159
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user