summaryrefslogtreecommitdiff
path: root/mail/p5-razor-agents
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-04-12 20:21:24 +0000
committerheinz <heinz@pkgsrc.org>2007-04-12 20:21:24 +0000
commit53610e9b0f00de43bcddfb39729fda22194ffcc4 (patch)
tree8435d13df3e1c23d584450f5f5b32f78b3230afd /mail/p5-razor-agents
parentffe432cecd2e4aca1e4fea03faf34040e0ad0cc3 (diff)
downloadpkgsrc-53610e9b0f00de43bcddfb39729fda22194ffcc4.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/p5-razor-agents')
-rw-r--r--mail/p5-razor-agents/Makefile6
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"