From 7d8c5e0a14d67a94fcfac87c7dc45799aad5e22d Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 31 Dec 2004 13:17:31 +0000 Subject: Remove the redundant PERL="..." setting in CONFIGURE_ENV; it is done in bsd.pkg.mk. --- devel/autoconf/Makefile | 4 ++-- devel/autoconf213/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 1a2f176fd76..813e5efb97c 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2004/12/31 12:36:09 minskim Exp $ +# $NetBSD: Makefile,v 1.50 2004/12/31 13:17:31 minskim Exp $ DISTNAME= autoconf-2.59 PKGREVISION= 1 @@ -22,7 +22,7 @@ USE_BUILDLINK3= YES USE_LANGUAGES= # empty GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-lispdir -CONFIGURE_ENV+= AWK="${AWK}" PERL=${PERL5:Q} +CONFIGURE_ENV+= AWK="${AWK}" M4= ${LOCALBASE}/bin/gm4 INFO_FILES= autoconf.info standards.info diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index c78acce1e48..e741c12e1aa 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/31 12:41:02 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/31 13:17:31 minskim Exp $ # FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp # @@ -21,7 +21,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES GNU_CONFIGURE= YES -CONFIGURE_ENV+= AWK="${AWK}" PERL=${PERL5:Q} +CONFIGURE_ENV+= AWK="${AWK}" CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/' M4= ${LOCALBASE}/bin/gm4 -- cgit v1.2.3