[Midnightbsd-cvs] mports [22708] trunk/devel/p5-threads: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 29 18:39:54 EDT 2017


Revision: 22708
          http://svnweb.midnightbsd.org/mports/?rev=22708
Author:   laffer1
Date:     2017-09-29 18:39:53 -0400 (Fri, 29 Sep 2017)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/devel/p5-threads/Makefile
    trunk/devel/p5-threads/pkg-descr
    trunk/devel/p5-threads/pkg-plist

Modified: trunk/devel/p5-threads/Makefile
===================================================================
--- trunk/devel/p5-threads/Makefile	2017-09-29 22:37:59 UTC (rev 22707)
+++ trunk/devel/p5-threads/Makefile	2017-09-29 22:39:53 UTC (rev 22708)
@@ -13,6 +13,4 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3=		threads.3
-
 .include <bsd.port.mk>

Modified: trunk/devel/p5-threads/pkg-descr
===================================================================
--- trunk/devel/p5-threads/pkg-descr	2017-09-29 22:37:59 UTC (rev 22707)
+++ trunk/devel/p5-threads/pkg-descr	2017-09-29 22:39:53 UTC (rev 22708)
@@ -3,7 +3,7 @@
 by creating a new Perl interpreter per thread, and not sharing any
 data or state between threads by default.
 
-Prior to Perl 5.8, this has only been available to people embedding 
+Prior to Perl 5.8, this has only been available to people embedding
 Perl, and for emulating fork() on Windows.
 
 The threads API is loosely based on the old Thread.pm API. It is very
@@ -18,4 +18,4 @@
 threads::shared, you must use threads before you use threads::shared.
 (threads will emit a warning if you do it the other way around.)
 
-WWW:	http://search.cpan.org/dist/threads/
+WWW: http://search.cpan.org/dist/threads/

Modified: trunk/devel/p5-threads/pkg-plist
===================================================================
--- trunk/devel/p5-threads/pkg-plist	2017-09-29 22:37:59 UTC (rev 22707)
+++ trunk/devel/p5-threads/pkg-plist	2017-09-29 22:39:53 UTC (rev 22708)
@@ -1,4 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/threads.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/threads.so
-%%SITE_PERL%%/%%PERL_ARCH%%/threads.pm
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads
+%%SITE_ARCH%%/auto/threads/threads.so
+%%SITE_ARCH%%/threads.pm
+%%PERL5_MAN3%%/threads.3.gz



More information about the Midnightbsd-cvs mailing list