From fcb7da800bdfcf21720b30da13c68603c1f09525 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 1 Jun 2005 20:07:59 +0000 Subject: Remove mk/autoconf.mk and mk/automake.mk and replace their usage with USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc. --- www/privoxy/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'www/privoxy/Makefile') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 078ff9848e5..ccfa833b624 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:46 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/01 20:08:01 jlam Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -26,12 +26,11 @@ PKG_USERS= ${PRIVOXY_USER}:${PRIVOXY_GROUP}::Privoxy\\ user EGDIR= ${PREFIX}/share/examples/privoxy -AUTOCONF_REQD= 2.13 CPPFLAGS+= -Dunix WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-stable -USE_TOOLS+= gmake +USE_TOOLS+= autoconf213 gmake MAKEFILE= GNUmakefile USE_PERL5= build @@ -62,7 +61,7 @@ FILES_SUBST+= PRIVOXY_USER=${PRIVOXY_USER} pre-configure: @cd ${WRKSRC} && \ - ( ${AUTOHEADER} && ${AUTOCONF} ; \ + ( autoheader && autoconf ; \ ${MV} config config.bak && \ ${SED} ${FILES_SUBST_SED} config && \ ${RM} -f config.bak \ @@ -74,5 +73,4 @@ post-install: .include "../../devel/pcre/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -.include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3