From ef741f8a1a08d590450d8e8035fe7387b1bd573a Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 07:49:20 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- converters/autoconvert/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/autoconvert') diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile index a494c8ddc54..b1e27c7c8b0 100644 --- a/converters/autoconvert/Makefile +++ b/converters/autoconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:27:06 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/22 07:52:43 grant Exp $ DISTNAME= autoconvert-0.3.13 CATEGORIES= converters @@ -10,7 +10,7 @@ COMMENT= Intelligent Chinese encoding converter USE_BUILDLINK2= yes USE_LIBTOOL= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert -- cgit v1.2.3