From da2e651508506570f190ef3256b0b4476aacaa6a Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 14 May 2005 19:16:16 +0000 Subject: Different operating systems have different places where they store the groff macro files. Since we don't have a pkgsrc groff tool dependency, we ignore the dependencies if the macro files are not there. --- bootstrap/bmake/mk/bsd.man.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/bmake/mk/bsd.man.mk b/bootstrap/bmake/mk/bsd.man.mk index 899e46ab7ff..9cad27a8162 100644 --- a/bootstrap/bmake/mk/bsd.man.mk +++ b/bootstrap/bmake/mk/bsd.man.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.man.mk,v 1.1.1.1 2004/03/11 13:04:17 grant Exp $ +# $NetBSD: bsd.man.mk,v 1.2 2005/05/14 19:16:16 christos Exp $ # @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93 .if !target(__initialized__) @@ -20,8 +20,10 @@ cleandir: cleanman TMACDIR?= ${DESTDIR}/usr/share/groff/tmac HTMLDIR?= ${DESTDIR}/usr/share/man +if exists(${TMACDIR}/tmac.andoc) && exists(${TMACDIR}/tmac.doc) CATDEPS?= ${TMACDIR}/tmac.andoc \ ${TMACDIR}/tmac.doc +.endif MANTARGET?= cat NROFF?= nroff -Tascii GROFF?= groff -Tascii -- cgit v1.2.3