From 9968d6fba1f004275261d26014654d9efc350ac7 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 9 Jul 2004 12:34:53 +0000 Subject: depend on groff and use ${TBL} for tbl, fixes PR pkg/23010 by Jeremy C. Reed --- x11/openmotif/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/openmotif') diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 6e531cfabf9..eb0faea7ea7 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/04/11 18:21:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.27 2004/07/09 12:34:53 drochner Exp $ # FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp # OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp @@ -102,7 +102,7 @@ do-configure: post-build: cd ${WRKSRC}/doc/man; \ for file in man1/*.1 man3/*.3 man4/*.4 man5/*.5; do \ - tbl $${file} > $${file}.tblized; \ + ${TBL} $${file} > $${file}.tblized; \ ${MV} -f $${file}.tblized $${file}; \ done @@ -119,4 +119,5 @@ post-install: ${INSTALL_MAN} $${file} ${PREFIX}/man/$${file}; \ done +.include "../../textproc/groff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3