pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Remove some extraneous quoting which makes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae784174ae0c
branches:  trunk
changeset: 548622:ae784174ae0c
user:      he <he%pkgsrc.org@localhost>
date:      Sun Oct 19 19:04:57 2008 +0000

description:
Remove some extraneous quoting which makes this package not build
on Linux under certain circumstances.  Does not change the contents
of the package for other platforms, so no revision bump.

diffstat:

 lang/perl5/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 245759bb2b1a -r ae784174ae0c lang/perl5/Makefile
--- a/lang/perl5/Makefile       Sun Oct 19 18:41:06 2008 +0000
+++ b/lang/perl5/Makefile       Sun Oct 19 19:04:57 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.140 2008/10/16 18:27:13 he Exp $
+# $NetBSD: Makefile,v 1.141 2008/10/19 19:04:57 he Exp $
 
 DISTNAME=      perl-5.10.0
 CATEGORIES=    lang devel perl5
@@ -264,7 +264,7 @@
 SUBST_CLASSES+=                rm
 SUBST_STAGE.rm=                pre-install
 SUBST_FILES.rm=                lib/Config_heavy.pl
-SUBST_SED.rm=  -e "s!^rm_try=\'/.*/\.tools/bin/rm -f!rm_try=\'/bin/rm -f!"
+SUBST_SED.rm=  -e "s!^rm_try='/.*/\.tools/bin/rm -f!rm_try='/bin/rm -f!"
 
 # Replace our perl as the interpreter
 REPLACE_PERL+=         lib/Class/ISA.pm



Home | Main Index | Thread Index | Old Index