diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-31 04:02:28 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-31 04:02:28 +0000 |
commit | a511980819eeb7d625e6b51c80e5868cba32bc88 (patch) | |
tree | b152302678a8ef477c028010a486ce36e9947a01 /irc | |
parent | cc1287f2154f9a9da3bcf4397793d3f62c49d884 (diff) | |
download | FreeBSD-ports-a511980819eeb7d625e6b51c80e5868cba32bc88.zip FreeBSD-ports-a511980819eeb7d625e6b51c80e5868cba32bc88.tar.gz |
Remove port's homepage from DESCR and MASTER_SITES (hostname
disappeared months ago)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-IRC/Makefile | 3 | ||||
-rw-r--r-- | irc/p5-IRC/pkg-descr | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/irc/p5-IRC/Makefile b/irc/p5-IRC/Makefile index 225745d..39f5240 100644 --- a/irc/p5-IRC/Makefile +++ b/irc/p5-IRC/Makefile @@ -9,8 +9,7 @@ DISTNAME= Net-IRC-0.62 PKGNAME= p5-IRC-0.62 CATEGORIES= irc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - http://www.funkplanet.com/irc/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net MAINTAINER= jedgar@fxp.org diff --git a/irc/p5-IRC/pkg-descr b/irc/p5-IRC/pkg-descr index 5f32a4a..55037c6 100644 --- a/irc/p5-IRC/pkg-descr +++ b/irc/p5-IRC/pkg-descr @@ -16,5 +16,3 @@ Net::IRC::Event Net::IRC::DCC See their respective man pages for details. - -WWW: http://www.funkplanet.com/irc/ |