diff options
author | beech <beech@FreeBSD.org> | 2007-06-15 17:37:13 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-06-15 17:37:13 +0800 |
commit | e2948387259178a9237a90290a4c2ca8dad08c2d (patch) | |
tree | e9d1f949cb1e31a503783b4693aef71bd15b9d48 /irc/eggdrop | |
parent | 625ddb270a03a35239d1b3c5b43d512a65117d33 (diff) | |
download | freebsd-ports-gnome-e2948387259178a9237a90290a4c2ca8dad08c2d.tar.gz freebsd-ports-gnome-e2948387259178a9237a90290a4c2ca8dad08c2d.tar.zst freebsd-ports-gnome-e2948387259178a9237a90290a4c2ca8dad08c2d.zip |
- Add master_sites mirrors.
- Change maintainer address.
Approved by: sat (mentor)
Diffstat (limited to 'irc/eggdrop')
-rw-r--r-- | irc/eggdrop/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 04034df31548..7ed7af83637a 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -7,14 +7,16 @@ PORTNAME= eggdrop PORTVERSION= 1.6.18 -CATEGORIES= irc tcl84 -MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ +CATEGORIES= irc +MASTER_SITES= ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ \ + LOCAL/beech DISTNAME= ${PORTNAME}${PORTVERSION} PATCHFILES= ${PORTNAME}-${PORTVERSION}-ssl.patch.gz -PATCH_SITES= http://www.egghelp.org/files/patches/ +PATCH_SITES= http://www.egghelp.org/files/patches/ \ + LOCAL/beech -MAINTAINER= beech@alaskaparadise.com +MAINTAINER= beech@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 |