diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-10 12:38:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-10 12:38:45 +0800 |
commit | 817ee74328394f06e9d88eacf1c6c3ae33473001 (patch) | |
tree | 0aa03520ccafbc7f47e7b82cd4f2912ce18c5768 /games | |
parent | 40f9d8daffba81d325bfb43fff2279d662f8780e (diff) | |
download | freebsd-ports-gnome-817ee74328394f06e9d88eacf1c6c3ae33473001.tar.gz freebsd-ports-gnome-817ee74328394f06e9d88eacf1c6c3ae33473001.tar.zst freebsd-ports-gnome-817ee74328394f06e9d88eacf1c6c3ae33473001.zip |
[MAINTAINER] games/p5-Games-Bingo-Print: update to 0.02
- Update to 0.02
PR: ports/61150
Submitted by: Lars Thegler <lars@thegler.dk>
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 |