[Midnightbsd-cvs] mports [16768] trunk/lang/p5-Scalar-List-Utils: fix man page

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Sep 4 23:37:31 EDT 2014


Revision: 16768
          http://svnweb.midnightbsd.org/mports/?rev=16768
Author:   laffer1
Date:     2014-09-04 23:37:30 -0400 (Thu, 04 Sep 2014)
Log Message:
-----------
fix man page

Modified Paths:
--------------
    trunk/lang/p5-Scalar-List-Utils/Makefile
    trunk/lang/p5-Scalar-List-Utils/pkg-plist

Modified: trunk/lang/p5-Scalar-List-Utils/Makefile
===================================================================
--- trunk/lang/p5-Scalar-List-Utils/Makefile	2014-09-05 03:35:25 UTC (rev 16767)
+++ trunk/lang/p5-Scalar-List-Utils/Makefile	2014-09-05 03:37:30 UTC (rev 16768)
@@ -10,10 +10,9 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Perl subroutines that would be nice to have in the perl core
 
-LICENSE=	perl
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
 
 PERL_CONFIGURE=	yes
 
-MAN3=		List::Util.3 Scalar::Util.3 List::Util::XS.3
-
 .include <bsd.port.mk>

Modified: trunk/lang/p5-Scalar-List-Utils/pkg-plist
===================================================================
--- trunk/lang/p5-Scalar-List-Utils/pkg-plist	2014-09-05 03:35:25 UTC (rev 16767)
+++ trunk/lang/p5-Scalar-List-Utils/pkg-plist	2014-09-05 03:37:30 UTC (rev 16768)
@@ -1,8 +1,11 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util/Util.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util/Util.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/List/Util.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/List/Util/XS.pm
+%%PERL5_MAN3%%/List::Util.3.gz
+%%PERL5_MAN3%%/List::Util::XS.3.gz
+%%PERL5_MAN3%%/Scalar::Util.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/Util
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/List/Util



More information about the Midnightbsd-cvs mailing list