diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-08 00:42:25 +0800 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-08 00:42:25 +0800 |
commit | 8884117fbb1f8aea437bd0b7431cd389ba5820fd (patch) | |
tree | 966a9b564d9aa5b9e18dd0f9379d88a0f5bf3404 /math/p5-Math-Random | |
parent | a730fd4e64dcf259d4e7f499456de25f837e807a (diff) | |
download | freebsd-ports-gnome-8884117fbb1f8aea437bd0b7431cd389ba5820fd.tar.gz freebsd-ports-gnome-8884117fbb1f8aea437bd0b7431cd389ba5820fd.tar.zst freebsd-ports-gnome-8884117fbb1f8aea437bd0b7431cd389ba5820fd.zip |
Fix plist.
Pointed by: pointyhat (kris)
Diffstat (limited to 'math/p5-Math-Random')
-rw-r--r-- | math/p5-Math-Random/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Random/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 531185ee9e73..b9e311d62266 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -7,6 +7,7 @@ PORTNAME= Math-Random PORTVERSION= 0.68 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -19,4 +20,8 @@ PERL_CONFIGURE= yes MAN3= Math::Random.3 +post-patch: + @${RM} ${WRKSRC}/*.pl + @${REINPLACE_CMD} -e '/test/d' ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> diff --git a/math/p5-Math-Random/pkg-plist b/math/p5-Math-Random/pkg-plist index 92c9fb15973d..d32a7eef2b98 100644 --- a/math/p5-Math-Random/pkg-plist +++ b/math/p5-Math-Random/pkg-plist @@ -1,5 +1,4 @@ %%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 |