diff options
author | he <he@pkgsrc.org> | 2008-09-15 13:05:20 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-15 13:05:20 +0000 |
commit | 26eca89371277c952e3ab5638e91e8f39dfefc54 (patch) | |
tree | fe8b7e998e041b055a1d54313c318f418c814cd2 /devel/p5-POE-Test-Loops | |
parent | 2356f34767a4ceef35fddf06d7e942fd78c6c732 (diff) | |
download | pkgsrc-26eca89371277c952e3ab5638e91e8f39dfefc54.tar.gz |
Updated from version 1.002nb1 to 1.002nb2, for better fix for PR#39550.
Use our mk/subst.mk features to substitute the #!/usr/bin/perl
embedded in lib/POE/Test/Loops.pm as well.
Diffstat (limited to 'devel/p5-POE-Test-Loops')
-rw-r--r-- | devel/p5-POE-Test-Loops/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-POE-Test-Loops/Makefile b/devel/p5-POE-Test-Loops/Makefile index 03ba561d116..b1631d419fb 100644 --- a/devel/p5-POE-Test-Loops/Makefile +++ b/devel/p5-POE-Test-Loops/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/09/15 12:27:45 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/15 13:05:20 he Exp $ DISTNAME= POE-Test-Loops-1.002 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} @@ -25,5 +25,10 @@ TESTS_TO_FIX= comp_tcp_concurrent.pm all_errors.pm comp_tcp.pm \ REPLACE_PERL+= lib/POE/Test/Loops/${t} .endfor +SUBST_CLASSES+= perl +SUBST_STAGE.perl= post-configure +SUBST_FILES.perl= lib/POE/Test/Loops.pm +SUBST_SED.perl= -e 's,\#!/usr/bin/perl,\#!${PERL5},g' + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |