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/eggcreator | |
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/eggcreator')
-rw-r--r-- | irc/eggcreator/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |