pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Remove the redundant PERL="..." setting in CONFI...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/490b99baa6d0
branches:  trunk
changeset: 486653:490b99baa6d0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Dec 31 13:17:31 2004 +0000

description:
Remove the redundant PERL="..." setting in CONFIGURE_ENV; it is done
in bsd.pkg.mk.

diffstat:

 devel/autoconf/Makefile    |  4 ++--
 devel/autoconf213/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f952325b8f1a -r 490b99baa6d0 devel/autoconf/Makefile
--- a/devel/autoconf/Makefile   Fri Dec 31 13:13:56 2004 +0000
+++ b/devel/autoconf/Makefile   Fri Dec 31 13:17:31 2004 +0000
@@ -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_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 -r f952325b8f1a -r 490b99baa6d0 devel/autoconf213/Makefile
--- a/devel/autoconf213/Makefile        Fri Dec 31 13:13:56 2004 +0000
+++ b/devel/autoconf213/Makefile        Fri Dec 31 13:17:31 2004 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index