pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Remove path to non-existing file, and fix p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e35a679232bf
branches:  trunk
changeset: 641962:e35a679232bf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 22 03:01:52 2014 +0000

description:
Remove path to non-existing file, and fix path to existing one.

diffstat:

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

diffs (24 lines):

diff -r e6c54678cdfa -r e35a679232bf lang/perl5/Makefile
--- a/lang/perl5/Makefile       Sat Nov 22 03:01:33 2014 +0000
+++ b/lang/perl5/Makefile       Sat Nov 22 03:01:52 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2014/10/01 07:17:02 adam Exp $
+# $NetBSD: Makefile,v 1.232 2014/11/22 03:01:52 wiz Exp $
 
 .include "license.mk"
 .include "Makefile.common"
@@ -244,13 +244,12 @@
 # Replace our perl as the interpreter
 REPLACE_PERL+=         cpan/Config-Perl-V/V.pm
 REPLACE_PERL+=         cpan/Getopt-Long/lib/Getopt/Long.pm
+REPLACE_PERL+=         cpan/version/lib/version.pm
 REPLACE_PERL+=         dist/bignum/lib/Math/BigFloat/Trace.pm
 REPLACE_PERL+=         dist/bignum/lib/Math/BigInt/Trace.pm
 REPLACE_PERL+=         dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
 REPLACE_PERL+=         ext/File-DosGlob/lib/File/DosGlob.pm
-REPLACE_PERL+=         lib/File/DosGlob.pm
 REPLACE_PERL+=         lib/unicore/mktables
-REPLACE_PERL+=         lib/version.pm
 
 # And replace a perl interpreter during the pre-install stage
 # I think this may be a bootstrap script, so can't use REPLACE_PERL



Home | Main Index | Thread Index | Old Index