diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-01 03:05:34 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-01 03:05:34 +0000 |
commit | 92269a1de2efc711946783fb1aa0d7e601b1497f (patch) | |
tree | e1e678b78167bdd8939459aa3dfe0991ae88c172 | |
parent | cfe119a7c5c4f6d4b63ed3f817c20267cd31e0ac (diff) | |
download | ports-92269a1de2efc711946783fb1aa0d7e601b1497f.tar.gz ports-92269a1de2efc711946783fb1aa0d7e601b1497f.zip |
Notes
-rw-r--r-- | www/mod_auth_mysql_another/Makefile | 2 | ||||
-rw-r--r-- | www/mod_proctitle/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_mysql_another/Makefile b/www/mod_auth_mysql_another/Makefile index 0c0adf2386fc..8bf2b32a2517 100644 --- a/www/mod_auth_mysql_another/Makefile +++ b/www/mod_auth_mysql_another/Makefile @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= SF/modauthmysql/modauthmysql/${PORTVERSION} PKGNAMESUFFIX= _another -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use MySQL databases for user authentication MAKE_JOBS_SAFE= yes diff --git a/www/mod_proctitle/Makefile b/www/mod_proctitle/Makefile index ae8b10625fc3..75b6d01bc9a4 100644 --- a/www/mod_proctitle/Makefile +++ b/www/mod_proctitle/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.springdaemons.com/soft/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= Set httpd process titles to reflect currently processed request MAKE_JOBS_SAFE= yes |