diff options
Diffstat (limited to 'devel/p5-Getopt-Long-Descriptive/Makefile')
-rw-r--r-- | devel/p5-Getopt-Long-Descriptive/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Getopt-Long-Descriptive/Makefile b/devel/p5-Getopt-Long-Descriptive/Makefile index 82bf379becef..f196e88abee1 100644 --- a/devel/p5-Getopt-Long-Descriptive/Makefile +++ b/devel/p5-Getopt-Long-Descriptive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.082 +PORTVERSION= 0.083 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +20,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Getopt::Long::Descriptive.3 Getopt::Long::Descriptive::Usage.3 +MAN3= Getopt::Long::Descriptive::Opts.3 \ + Getopt::Long::Descriptive.3 \ + Getopt::Long::Descriptive::Usage.3 \ + Getopt::Long::Descriptive::Opts.3 \ + Getopt::Long::Descriptive.3 \ + Getopt::Long::Descriptive::Usage.3 .include <bsd.port.mk> |