diff options
Diffstat (limited to 'textproc/p5-Pod-Tests/Makefile')
-rw-r--r-- | textproc/p5-Pod-Tests/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Pod-Tests/Makefile b/textproc/p5-Pod-Tests/Makefile index 88ecfbac30f..14924498d62 100644 --- a/textproc/p5-Pod-Tests/Makefile +++ b/textproc/p5-Pod-Tests/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:48 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/08/11 15:05:20 he Exp $ -DISTNAME= Pod-Tests-0.18 +DISTNAME= Pod-Tests-1.19 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} @@ -11,7 +11,7 @@ COMMENT= Perl5 module that extracts embedded tests and code examples from POD PKG_DESTDIR_SUPPORT= user-destdir -PERL5_PACKLIST= auto/Pod-Tests/.packlist +PERL5_PACKLIST= auto/Pod/Tests/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |