diff options
author | heinz <heinz> | 2007-04-12 20:21:24 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-04-12 20:21:24 +0000 |
commit | bf04ef8438a8311d32287abde44b96a27fa9f301 (patch) | |
tree | 8435d13df3e1c23d584450f5f5b32f78b3230afd /mail | |
parent | 503aebefce61c03fec10ccde9fae059e506d6758 (diff) | |
download | pkgsrc-bf04ef8438a8311d32287abde44b96a27fa9f301.tar.gz |
Instead of ignoring non-existant shell interpreters (in Perl *.pm files)
we replace them with the correct path to the perl binary.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-razor-agents/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index 777a9cda4a2..36178a1a5ed 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -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 @@ DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 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" |