pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvs PERL, not perl_path, is the correct variable...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f259dfae910b
branches:  trunk
changeset: 515070:f259dfae910b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jun 24 06:12:43 2006 +0000

description:
PERL, not perl_path, is the correct variable name to pass the perl
path to the configure script.

diffstat:

 devel/cvs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e1d17c640ca9 -r f259dfae910b devel/cvs/Makefile
--- a/devel/cvs/Makefile        Fri Jun 23 21:05:43 2006 +0000
+++ b/devel/cvs/Makefile        Sat Jun 24 06:12:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2006/03/30 03:44:42 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2006/06/24 06:12:43 jlam Exp $
 #
 
 DISTNAME=      cvs-1.11.21
@@ -16,7 +16,7 @@
 
 .include "options.mk"
 
-CONFIGURE_ENV+=        perl_path=${PERL5:Q}
+CONFIGURE_ENV+=        PERL=${TOOLS_PERL5:Q}
 
 INFO_FILES=    # PLIST
 USE_TOOLS+=    makeinfo



Home | Main Index | Thread Index | Old Index