diff options
author | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-09-19 12:19:56 +0800 |
commit | 74a76f46eeaf3277861f495a134ce52a83f9fb0b (patch) | |
tree | 7c6c17a1acb834efb7b9b103f16ecd0735250cc1 /irc/eggdrop | |
parent | 9e3a904fcc6ae7325f74b47cb7d76c8d857d3b01 (diff) | |
download | freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.gz freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.tar.zst freebsd-ports-gnome-74a76f46eeaf3277861f495a134ce52a83f9fb0b.zip |
- Pass maintainer to submitter.
PR: ports/138957
Submitted by: Chris Petrik <chris@officialunix.com>
Feature safe: yes
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 05396e0a913f..11948166d702 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-ssl-rootie.patch.gz:ssl \ PATCH_SITES= http://www.egghelp.org/files/patches/:ssl \ ftp://ftp.eggheads.org/pub/eggdrop/patches/official/1.6/:ctcpfix -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@officialunix.com COMMENT= The most popular open source Internet Relay Chat bot USE_TCL= 82+ |