Index: head/math/p5-Math-Random/Makefile =================================================================== --- head/math/p5-Math-Random/Makefile (revision 172510) +++ head/math/p5-Math-Random/Makefile (revision 172511) @@ -1,22 +1,27 @@ # New ports collection makefile for: Math::Random # Date created: 5 Jul 2001 # Whom: Sergey Skvortsov # # $FreeBSD$ # PORTNAME= Math-Random PORTVERSION= 0.68 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Random number generators PERL_CONFIGURE= yes MAN3= Math::Random.3 + +post-patch: + @${RM} ${WRKSRC}/*.pl + @${REINPLACE_CMD} -e '/test/d' ${WRKSRC}/Makefile.PL .include Property changes on: head/math/p5-Math-Random/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/p5-Math-Random/pkg-plist =================================================================== --- head/math/p5-Math-Random/pkg-plist (revision 172510) +++ head/math/p5-Math-Random/pkg-plist (revision 172511) @@ -1,9 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Math/example.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math Property changes on: head/math/p5-Math-Random/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property