pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-razor-agents Instead of ignoring non-existant ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fb3fbf4e192
branches:  trunk
changeset: 527737:8fb3fbf4e192
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Apr 12 20:21:24 2007 +0000

description:
Instead of ignoring non-existant shell interpreters (in Perl *.pm files)
we replace them with the correct path to the perl binary.

diffstat:

 mail/p5-razor-agents/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 85c9836048a0 -r 8fb3fbf4e192 mail/p5-razor-agents/Makefile
--- a/mail/p5-razor-agents/Makefile     Thu Apr 12 18:44:54 2007 +0000
+++ b/mail/p5-razor-agents/Makefile     Thu Apr 12 20:21:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2007/03/24 18:53:57 heinz Exp $
+# $NetBSD: Makefile,v 1.25 2007/04/12 20:21:24 heinz Exp $
 
 DISTNAME=      razor-agents-2.82
 PKGNAME=       p5-${DISTNAME}
@@ -20,8 +20,8 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PERL5_PACKLIST=                auto/razor-agents/.packlist
-CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORARCH}/Razor2/*
+PERL5_PACKLIST=        auto/razor-agents/.packlist
+REPLACE_PERL+= lib/Razor2/*.pm  lib/Razor2/*/*.pm
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index