diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-15 09:37:13 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-15 09:37:13 +0000 |
commit | dd915808eee888870e732a3f44505aad204edd7c (patch) | |
tree | a0594957cad831495585cc43f053a0f7cc2d4aa4 /irc | |
parent | dec19482b5760448aaae6aa77ba5e4daf085cb9a (diff) | |
download | ports-dd915808eee888870e732a3f44505aad204edd7c.tar.gz ports-dd915808eee888870e732a3f44505aad204edd7c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggcreator/Makefile | 6 | ||||
-rw-r--r-- | irc/eggdrop/Makefile | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/irc/eggcreator/Makefile b/irc/eggcreator/Makefile index 9044be7d2bcd..59197e7ab0fd 100644 --- a/irc/eggcreator/Makefile +++ b/irc/eggcreator/Makefile @@ -10,10 +10,10 @@ PORTNAME= eggcreator PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= irc -MASTER_SITES= http://free.top.bg/tcl/eggcreator/ \ - http://www.oook.cz/bsd/distfiles/ +MASTER_SITES= http://www.oook.cz/bsd/distfiles/ \ + LOCAL/beech -MAINTAINER= beech@alaskaparadise.com +MAINTAINER= beech@FreeBSD.org COMMENT= Eggdrop.conf creator BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake 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 |