diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gmysql/Makefile | 2 | ||||
-rw-r--r-- | databases/xmysqladmin/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 822432a00c11..31c0aa93e52e 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -12,7 +12,7 @@ CATEGORIES= databases MASTER_SITES= http://www.loth.demon.co.uk/people/steved/projects/gmysql/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -MAINTAINER= dirk@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend for mysql LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index c52fc1b58ef2..6c71e65bf7af 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://ftp.gwdg.de/pub/misc/mysql/Downloads/Contrib/ \ http://ftp.rtfm.no/pub/mysql/Downloads/Contrib/ \ ftp://mysql.secsup.org/pub/software/mysql/Downloads/Contrib/ -MAINTAINER= dirk@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= X11 front end to the mysqladmin command of the MySQL database engine LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ |