diff options
author | skv <skv@FreeBSD.org> | 2006-09-08 00:42:25 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-09-08 00:42:25 +0800 |
commit | d4dc1f925137cd3f36b41da314d760616d150f6f (patch) | |
tree | b13b65517717d699b4fa1a2f396796869d9be23d /math/p5-Math-Random/Makefile | |
parent | 0601cef3e8ebc8445b15b43121dbc538963666f5 (diff) | |
download | freebsd-ports-gnome-d4dc1f925137cd3f36b41da314d760616d150f6f.tar.gz freebsd-ports-gnome-d4dc1f925137cd3f36b41da314d760616d150f6f.tar.zst freebsd-ports-gnome-d4dc1f925137cd3f36b41da314d760616d150f6f.zip |
Fix plist.
Pointed by: pointyhat (kris)
Diffstat (limited to 'math/p5-Math-Random/Makefile')
-rw-r--r-- | math/p5-Math-Random/Makefile | 5 |
1 files changed, 5 insertions, 0 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> |