diff options
Diffstat (limited to 'devel/p5-local-lib/Makefile')
-rw-r--r-- | devel/p5-local-lib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-local-lib/Makefile b/devel/p5-local-lib/Makefile index a1d85038ac32..08025bdaad4e 100644 --- a/devel/p5-local-lib/Makefile +++ b/devel/p5-local-lib/Makefile @@ -6,10 +6,10 @@ # PORTNAME= local-lib -PORTVERSION= 1.005001 +PORTVERSION= 1.006000 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/A/AP/APEIRON +MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSTROUT PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org @@ -23,6 +23,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= local::lib.3 +MAN3= lib::core::only.3 \ + local::lib.3 .include <bsd.port.mk> |