diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 04:38:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 04:38:45 +0000 |
commit | 8b2196e4a89e1c6ca9646a110147e3a337da29f3 (patch) | |
tree | 59341ba174ffca216123afe4fc3463b444bef119 /games | |
parent | [MAINTAINER] games/p5-Games-Bingo: update to 0.09 (diff) |
[MAINTAINER] games/p5-Games-Bingo-Print: update to 0.02
- Update to 0.02
PR: ports/61150
Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes:
svn path=/head/; revision=97837
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 5 | ||||
-rw-r--r-- | games/p5-Games-Bingo-Print/distinfo | 2 | ||||
-rw-r--r-- | games/p5-Games-Bingo-Print/pkg-plist | 2 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index 495d4f81eb5c..f452ff39e2d0 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -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 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Games::Bingo::Print.3 \ - Games::Bingo::Print::Card.3 +MAN3= Games::Bingo::Print.3 post-install: .ifndef(NOPORTDOCS) diff --git a/games/p5-Games-Bingo-Print/distinfo b/games/p5-Games-Bingo-Print/distinfo index aded9aa755f8..76cbf3adb3c0 100644 --- a/games/p5-Games-Bingo-Print/distinfo +++ b/games/p5-Games-Bingo-Print/distinfo @@ -1 +1 @@ -MD5 (Games-Bingo-Print-0.01.tar.gz) = d35542672c7691549a1a096b9e70c0b0 +MD5 (Games-Bingo-Print-0.02.tar.gz) = 43a566f619146240d640c0a0cb1ed7e7 diff --git a/games/p5-Games-Bingo-Print/pkg-plist b/games/p5-Games-Bingo-Print/pkg-plist index 907c4b965d8b..2d6cee377ba0 100644 --- a/games/p5-Games-Bingo-Print/pkg-plist +++ b/games/p5-Games-Bingo-Print/pkg-plist @@ -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 |