diff options
Diffstat (limited to 'lang/p5-Expect/Makefile')
-rw-r--r-- | lang/p5-Expect/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index d39799653818..56529626b7a5 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Expect -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect @@ -22,8 +22,6 @@ SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Expect.3 \ - Expect_FAQ.3 \ - Expect_intro.3 +MAN3= Expect.3 .include <bsd.port.mk> |