diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template index 0cd29bc8190..053045402ea 100644 --- a/srcpkgs/mdocml/template +++ b/srcpkgs/mdocml/template @@ -1,10 +1,9 @@ # Template file for 'mdocml' pkgname=mdocml version=1.12.3 -revision=2 +revision=3 makedepends="db185" replaces="groff>=0 man-db>=0" -provides="roff-${version}_1 apropos-${version}_1 whatis-${version}_1" short_desc="mdoc macro compiler" maintainer="Juan RP " license="ISC" @@ -24,8 +23,8 @@ do_install() { # remove devel stuff. rm -rf ${DESTDIR}/usr/{include,lib} - # Install apropos, whatis and mandocdb. - for f in apropos whatis mandocdb; do + # Install apropos, catman, mandocdb and whatis. + for f in apropos catman whatis mandocdb; do vinstall ${f} 755 usr/bin if [ -f ${f}.1 ]; then vinstall ${f}.1 644 usr/share/man/man1