diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/p5-Games-Dice/Makefile | 6 | ||||
-rw-r--r-- | games/p5-Games-Dice/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/p5-Games-Dice/Makefile b/games/p5-Games-Dice/Makefile index 03b536f51b54..82747b3af92c 100644 --- a/games/p5-Games-Dice/Makefile +++ b/games/p5-Games-Dice/Makefile @@ -7,7 +7,7 @@ CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Perl module to simulate die rolls LICENSE= MIT @@ -16,11 +16,7 @@ TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Test-Script>=1.06:${PORTSDIR}/devel/p5-Test-Script \ p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple -MAN1= roll.1 -MAN3= Games::Dice.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/games/p5-Games-Dice/pkg-plist b/games/p5-Games-Dice/pkg-plist index 315dcb69cf35..ca130ebaf509 100644 --- a/games/p5-Games-Dice/pkg-plist +++ b/games/p5-Games-Dice/pkg-plist @@ -1,6 +1,8 @@ bin/roll %%SITE_PERL%%/Games/Dice.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice/.packlist +man/man1/roll.1.gz +%%PERL5_MAN3%%/Games::Dice.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Dice @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games @dirrmtry %%SITE_PERL%%/Games |