diff options
-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" |