From 5b9ab94a8597b4a84ac0b7f145510e3aac54cf4f Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 1 Aug 2007 19:45:17 +0000 Subject: Fix path to Perl. Bump revision. --- devel/p5-FileKGlob/Makefile | 6 ++++-- math/p5-Math-Random/Makefile | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devel/p5-FileKGlob/Makefile b/devel/p5-FileKGlob/Makefile index d784f08c43e..d4da07a5986 100644 --- a/devel/p5-FileKGlob/Makefile +++ b/devel/p5-FileKGlob/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:21 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2007/08/01 19:47:27 joerg Exp $ # DISTNAME= FileKGlob PKGNAME= p5-FileKGlob-1.2 SVR4_PKGNAME= p5fkg -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} @@ -16,6 +16,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/File PERL5_PACKLIST= auto/File/KGlob/.packlist +REPLACE_PERL= KGlob.pm KGlob2RE.pm + DIST_SUBDIR= ${PKGNAME_NOREV} pre-configure: diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 65882150574..6d8f89654f6 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:23 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/08/01 19:45:17 joerg Exp $ # DISTNAME= Math-Random-0.67 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} @@ -13,5 +13,7 @@ COMMENT= Random number generators PERL5_PACKLIST= auto/Math/Random/.packlist +REPLACE_PERL= example.pl + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3