Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/p5-Games-Bingo-Print/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 1 Sep 2003 14:43:05 -0000 1.1 +++ Makefile 10 Jan 2004 00:03:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Games-Bingo-Print -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= games perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Games @@ -21,8 +21,7 @@ PERL_CONFIGURE= yes -MAN3= Games::Bingo::Print.3 \ - Games::Bingo::Print::Card.3 +MAN3= Games::Bingo::Print.3 post-install: .ifndef(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/games/p5-Games-Bingo-Print/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 1 Sep 2003 14:43:05 -0000 1.1 +++ distinfo 10 Jan 2004 00:03:19 -0000 @@ -1 +1 @@ -MD5 (Games-Bingo-Print-0.01.tar.gz) = d35542672c7691549a1a096b9e70c0b0 +MD5 (Games-Bingo-Print-0.02.tar.gz) = 43a566f619146240d640c0a0cb1ed7e7 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/games/p5-Games-Bingo-Print/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 1 Sep 2003 14:43:05 -0000 1.1 +++ pkg-plist 10 Jan 2004 00:03:19 -0000 @@ -1,11 +1,9 @@ %%SITE_PERL%%/Games/Bingo/Print.pm -%%SITE_PERL%%/Games/Bingo/Print/Card.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Print/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/bingo_print.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Print @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true -@dirrm %%SITE_PERL%%/Games/Bingo/Print @unexec rmdir %D/%%SITE_PERL%%/Games/Bingo 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true