summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-01 19:45:17 +0000
committerjoerg <joerg>2007-08-01 19:45:17 +0000
commitd2d461a1cd8e228654d8528da7fa689f5f214a02 (patch)
treeb5b4525e09e8769d977e4508c95b8af732568cb4
parent17cfcc32c96ee5f2234596a961984e1428066845 (diff)
downloadpkgsrc-d2d461a1cd8e228654d8528da7fa689f5f214a02.tar.gz
Fix path to Perl. Bump revision.
-rw-r--r--devel/p5-FileKGlob/Makefile6
-rw-r--r--math/p5-Math-Random/Makefile6
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"