mdocml: add tests.
This commit is contained in:
parent
d366a4b968
commit
feaaf11159
@ -5,6 +5,7 @@ revision=1
|
|||||||
wrksrc="mandoc-${version}"
|
wrksrc="mandoc-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
checkdepends="perl"
|
||||||
depends="less"
|
depends="less"
|
||||||
provides="man-0_1"
|
provides="man-0_1"
|
||||||
conf_files="/etc/man.conf"
|
conf_files="/etc/man.conf"
|
||||||
@ -46,6 +47,9 @@ EOF
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
}
|
}
|
||||||
|
do_check() {
|
||||||
|
cd regress && ./regress.pl
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
# Rename mans for alternatives
|
# Rename mans for alternatives
|
||||||
for f in apropos man whatis; do
|
for f in apropos man whatis; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user