From b1cd5dd3decc589b4e58fbb2f64ebf6b935880fd Mon Sep 17 00:00:00 2001 From: cjep Date: Sun, 16 Mar 2003 14:00:53 +0000 Subject: Use CONFIG_{GUESS,SUB}_OVERRIDE. Fixes build on NetBSD/shark. --- textproc/diction/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile index 99eaa960859..480ff739cc1 100644 --- a/textproc/diction/Makefile +++ b/textproc/diction/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/05/05 21:56:17 rh Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/16 14:00:53 cjep Exp $ DISTNAME= diction-1.02 CATEGORIES= textproc @@ -9,5 +9,7 @@ HOMEPAGE= http://www.gnu.org/software/diction/diction.html COMMENT= GNU version of diction and style GNU_CONFIGURE= YES +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3