pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Log4perl Avoid (harmless) check-interpret...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e284ae887e04
branches:  trunk
changeset: 544531:e284ae887e04
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 11:02:48 2008 +0000

description:
Avoid (harmless) check-interpreter.mk error which breaks build with
PKG_DEVELOPER set:

REPLACE_PERL+=        lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm

diffstat:

 devel/p5-Log-Log4perl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 453600f1b369 -r e284ae887e04 devel/p5-Log-Log4perl/Makefile
--- a/devel/p5-Log-Log4perl/Makefile    Tue Jul 15 10:51:35 2008 +0000
+++ b/devel/p5-Log-Log4perl/Makefile    Tue Jul 15 11:02:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/13 15:23:10 rhaen Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/15 11:02:48 abs Exp $
 #
 
 DISTNAME=      Log-Log4perl-1.16
@@ -13,5 +13,7 @@
 PERL5_PACKLIST=        auto/Log/Log4perl/.packlist
 PKG_DESTDIR_SUPPORT=user-destdir
 
+REPLACE_PERL+= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index