[Midnightbsd-cvs] mports [22815] trunk/math/p5-Math-BigInt: fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 30 16:59:24 EDT 2017


Revision: 22815
          http://svnweb.midnightbsd.org/mports/?rev=22815
Author:   laffer1
Date:     2017-09-30 16:59:24 -0400 (Sat, 30 Sep 2017)
Log Message:
-----------
fix

Modified Paths:
--------------
    trunk/math/p5-Math-BigInt/Makefile
    trunk/math/p5-Math-BigInt/pkg-descr
    trunk/math/p5-Math-BigInt/pkg-plist

Modified: trunk/math/p5-Math-BigInt/Makefile
===================================================================
--- trunk/math/p5-Math-BigInt/Makefile	2017-09-30 20:58:40 UTC (rev 22814)
+++ trunk/math/p5-Math-BigInt/Makefile	2017-09-30 20:59:24 UTC (rev 22815)
@@ -13,10 +13,5 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		Math::BigFloat.3 \
-		Math::BigInt.3 \
-		Math::BigInt::Calc.3 \
-		Math::BigInt::CalcEmu.3
-
 .include <bsd.port.mk>
 

Modified: trunk/math/p5-Math-BigInt/pkg-descr
===================================================================
--- trunk/math/p5-Math-BigInt/pkg-descr	2017-09-30 20:58:40 UTC (rev 22814)
+++ trunk/math/p5-Math-BigInt/pkg-descr	2017-09-30 20:59:24 UTC (rev 22815)
@@ -4,6 +4,3 @@
 which are included with the standard system perl.
 
 WWW: http://search.cpan.org/dist/Math-BigInt/
-
--Anton
-<tobez at FreeBSD.org>

Modified: trunk/math/p5-Math-BigInt/pkg-plist
===================================================================
--- trunk/math/p5-Math-BigInt/pkg-plist	2017-09-30 20:58:40 UTC (rev 22814)
+++ trunk/math/p5-Math-BigInt/pkg-plist	2017-09-30 20:59:24 UTC (rev 22815)
@@ -2,7 +2,9 @@
 %%SITE_PERL%%/Math/BigInt.pm
 %%SITE_PERL%%/Math/BigInt/Calc.pm
 %%SITE_PERL%%/Math/BigInt/CalcEmu.pm
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
- at dirrmtry %%SITE_PERL%%/Math/BigInt
- at dirrmtry %%SITE_PERL%%/Math
+%%SITE_PERL%%/Math/BigInt/Lib.pm
+%%PERL5_MAN3%%/Math::BigFloat.3.gz
+%%PERL5_MAN3%%/Math::BigInt.3.gz
+%%PERL5_MAN3%%/Math::BigInt::Calc.3.gz
+%%PERL5_MAN3%%/Math::BigInt::CalcEmu.3.gz
+%%PERL5_MAN3%%/Math::BigInt::Lib.3.gz



More information about the Midnightbsd-cvs mailing list