- fix MAN3

- bump PORTREVISION
This commit is contained in:
Yen-Ming Lee 2010-01-04 07:42:28 +00:00
parent e1aa1a4768
commit 1b2d44a9ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247110

View file

@ -7,6 +7,7 @@
PORTNAME= Getopt-Long-Descriptive
PORTVERSION= 0.083
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -20,11 +21,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
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
MAN3= Getopt::Long::Descriptive.3 \
Getopt::Long::Descriptive::Opts.3 \
Getopt::Long::Descriptive::Usage.3
.include <bsd.port.mk>