pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Harness Fix test for whether PERL5_PKGSR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d35ba72ed09
branches:  trunk
changeset: 493681:1d35ba72ed09
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu May 12 06:04:09 2005 +0000

description:
Fix test for whether PERL5_PKGSRCDIR is defined -- there shouldn't be
${...} around PERL5_PKGSRCDIR.

diffstat:

 devel/p5-Test-Harness/depends.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 875584f5b9aa -r 1d35ba72ed09 devel/p5-Test-Harness/depends.mk
--- a/devel/p5-Test-Harness/depends.mk  Thu May 12 03:57:40 2005 +0000
+++ b/devel/p5-Test-Harness/depends.mk  Thu May 12 06:04:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.3 2004/07/13 22:01:03 kristerw Exp $
+# $NetBSD: depends.mk,v 1.4 2005/05/12 06:04:09 jlam Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -15,6 +15,6 @@
 # perl will be installed, so the DEPENDS line is not needed...
 # This hack should be removed when the bulk-build dependency-
 # tracking has been fixed.
-.if exists(${PERL5}) || defined(${PERL5_PKGSRCDIR})
+.if exists(${PERL5}) || defined(PERL5_PKGSRCDIR)
 DEPENDS+=      {perl{,-thread}>=5.8.3,p5-Test-Harness-[0-9]*}:../../devel/p5-Test-Harness
 .endif



Home | Main Index | Thread Index | Old Index