summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-01 19:45:17 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-01 19:45:17 +0000
commit0706d0bfd7aea564182134d68d64b2fbd4e84c8f (patch)
treeb5b4525e09e8769d977e4508c95b8af732568cb4 /math/p5-Math-Random
parent81774a27c87fd5f2e7cb1a59ef11c33a5db0577f (diff)
downloadpkgsrc-0706d0bfd7aea564182134d68d64b2fbd4e84c8f.tar.gz
Fix path to Perl. Bump revision.
Diffstat (limited to 'math/p5-Math-Random')
-rw-r--r--math/p5-Math-Random/Makefile6
1 files changed, 4 insertions, 2 deletions
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"