diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-15 06:18:21 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-15 06:18:21 +0000 |
commit | bb49643316e88d2d34d619c5ecb3f34ee396a41f (patch) | |
tree | 02eae1040384339eeb5890a6adba9a411bd13a27 /lang/p5-Expect | |
parent | e537d15a47581c27395438817930ed3d81917322 (diff) | |
download | ports-bb49643316e88d2d34d619c5ecb3f34ee396a41f.tar.gz ports-bb49643316e88d2d34d619c5ecb3f34ee396a41f.zip |
Notes
Diffstat (limited to 'lang/p5-Expect')
-rw-r--r-- | lang/p5-Expect/Makefile | 6 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-plist | 4 |
3 files changed, 4 insertions, 8 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> diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index d38fd1396361..2b2b5c07f04b 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1 +1 @@ -MD5 (Expect-1.11.tar.gz) = 41b6966366b6ee6a205255ca7a6bcf33 +MD5 (Expect-1.12.tar.gz) = 37934e033b08124479f890ce8a429adb diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist index df9bb614f2d4..04c3ce025fb5 100644 --- a/lang/p5-Expect/pkg-plist +++ b/lang/p5-Expect/pkg-plist @@ -1,6 +1,4 @@ lib/perl5/site_perl/%%PERL_VER%%/Expect.pod lib/perl5/site_perl/%%PERL_VER%%/Expect.pm -lib/perl5/site_perl/%%PERL_VER%%/Expect_FAQ.pod -lib/perl5/site_perl/%%PERL_VER%%/Expect_intro.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Expect/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Expect +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Expect 2>/dev/null || true |