From a9ba8a9be39cd02deed962d4d74d19401db3f1e5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 13 Mar 2014 18:44:29 +0100 Subject: [PATCH] mdocml: install catman and drop useless vpkgs. --- srcpkgs/mdocml/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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