summaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-31 12:41:02 +0000
committerminskim <minskim@pkgsrc.org>2004-12-31 12:41:02 +0000
commitb5d294a912e1f95315118d1ee6d67e25271ad754 (patch)
tree41f3dab2f4f4c17d19c244984db7edb9b16457fd /devel/autoconf213
parentdf135dcd28462fa0396e99c9d835df26aaf9ad6b (diff)
downloadpkgsrc-b5d294a912e1f95315118d1ee6d67e25271ad754.tar.gz
Teach configure a correct path to the perl executable.
Bump PKGREVISION.
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
index ec8e971b23f..c78acce1e48 100644
--- a/devel/autoconf213/Makefile
+++ b/devel/autoconf213/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2004/01/05 23:20:29 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/31 12:41:02 minskim Exp $
# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
#
DISTNAME= autoconf-2.13
PKGNAME= autoconf213-2.13
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
@@ -20,7 +21,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= AWK="${AWK}"
+CONFIGURE_ENV+= AWK="${AWK}" PERL=${PERL5:Q}
CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/'
M4= ${LOCALBASE}/bin/gm4