diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-11-27 14:34:05 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-11-27 14:34:05 +0000 |
commit | 807c6eb53f3d7b7822d60a701aef50c7ea366d03 (patch) | |
tree | 76bc340ad74f67ea93527a93c679c83469ae82a6 /irc/p5-IRC/Makefile | |
parent | fca4a714a31bd012088517d072f3f491335e435b (diff) |
Notes
Diffstat (limited to 'irc/p5-IRC/Makefile')
-rw-r--r-- | irc/p5-IRC/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile index ca635d583fcd..c9ad8ec5c5de 100644 --- a/irc/p5-IRC/Makefile +++ b/irc/p5-IRC/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net-IRC -PORTVERSION= 0.70 -PORTREVISION= 1 +PORTVERSION= 0.71 CATEGORIES= irc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -18,8 +17,7 @@ MAINTAINER= jedgar@fxp.org PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= \ - Net::Connection.3 \ +MAN3= Net::Connection.3 \ Net::DCC.3 \ Net::Event.3 \ Net::IRC.3 |