summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/autoconf/Makefile4
-rw-r--r--devel/autoconf213/Makefile4
2 files changed, 4 insertions, 4 deletions
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