diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-01-10 11:14:45 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-01-10 11:14:45 +0800 |
commit | 6d3bc4d922b1292d9d9ca2606a1b91f2559591d6 (patch) | |
tree | 3d56ca2676094aaf385cf1617f69f54f9ba012e8 /irc/eggdrop | |
parent | 2f131ff65b730f166bf9472bea284dbea9f4935d (diff) | |
download | freebsd-ports-gnome-6d3bc4d922b1292d9d9ca2606a1b91f2559591d6.tar.gz freebsd-ports-gnome-6d3bc4d922b1292d9d9ca2606a1b91f2559591d6.tar.zst freebsd-ports-gnome-6d3bc4d922b1292d9d9ca2606a1b91f2559591d6.zip |
- Reassign to the heap due to mail bounces
Diffstat (limited to 'irc/eggdrop')
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 079084b20420..cdbc7c5ebe0a 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ DISTNAME= ${PORTNAME}${PORTVERSION} DISTFILES= ${PORTNAME}${PORTVERSION}.tar.bz2 -MAINTAINER= beech@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot LICENSE= GPLv2 |