diff options
Diffstat (limited to 'math/p5-Math-Random/Makefile')
-rw-r--r-- | math/p5-Math-Random/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 5d108f0bd35..96c9cc36b60 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:33 jlam Exp $ # DISTNAME= Math-Random-0.67 @@ -10,7 +10,7 @@ MAINTAINER= imil@gcu.info HOMEPAGE= http://search.cpan.org/dist/Math-Random/ COMMENT= Random number generators -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Random/.packlist +PERL5_PACKLIST= auto/Math/Random/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |