[Midnightbsd-cvs] mports [22706] trunk/devel/p5-threads-shared: fix man
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Sep 29 18:37:53 EDT 2017
Revision: 22706
http://svnweb.midnightbsd.org/mports/?rev=22706
Author: laffer1
Date: 2017-09-29 18:37:52 -0400 (Fri, 29 Sep 2017)
Log Message:
-----------
fix man
Modified Paths:
--------------
trunk/devel/p5-threads-shared/Makefile
trunk/devel/p5-threads-shared/pkg-descr
trunk/devel/p5-threads-shared/pkg-plist
Modified: trunk/devel/p5-threads-shared/Makefile
===================================================================
--- trunk/devel/p5-threads-shared/Makefile 2017-09-29 22:36:37 UTC (rev 22705)
+++ trunk/devel/p5-threads-shared/Makefile 2017-09-29 22:37:52 UTC (rev 22706)
@@ -16,6 +16,4 @@
PERL_CONFIGURE= yes
-MAN3= threads::shared.3
-
.include <bsd.port.mk>
Modified: trunk/devel/p5-threads-shared/pkg-descr
===================================================================
--- trunk/devel/p5-threads-shared/pkg-descr 2017-09-29 22:36:37 UTC (rev 22705)
+++ trunk/devel/p5-threads-shared/pkg-descr 2017-09-29 22:37:52 UTC (rev 22706)
@@ -1,7 +1,7 @@
By default, variables are private to each thread, and each newly created thread
-gets a private copy of each existing variable.
+gets a private copy of each existing variable.
This module allows you to share variables across different threads (and
pseudoforks on Win32). It is used together with the threads module.
-WWW: http://search.cpan.org/dist/threads-shared/
+WWW: http://search.cpan.org/dist/threads-shared/
Modified: trunk/devel/p5-threads-shared/pkg-plist
===================================================================
--- trunk/devel/p5-threads-shared/pkg-plist 2017-09-29 22:36:37 UTC (rev 22705)
+++ trunk/devel/p5-threads-shared/pkg-plist 2017-09-29 22:37:52 UTC (rev 22706)
@@ -1,6 +1,3 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/shared/shared.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/shared/shared.so
-%%SITE_PERL%%/%%PERL_ARCH%%/threads/shared.pm
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads/shared
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/threads
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/threads
+%%SITE_ARCH%%/auto/threads/shared/shared.so
+%%SITE_ARCH%%/threads/shared.pm
+%%PERL5_MAN3%%/threads::shared.3.gz
More information about the Midnightbsd-cvs
mailing list