diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-01 17:13:24 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-01 17:13:24 +0800 |
commit | 8f7a3c49c3d29d663eeb1d1384a9d400a2dc593e (patch) | |
tree | a14df1006684f4214168c0cbfa1f9dcff173025a /www/mod_authz_unixgroup | |
parent | 53a78ade5ab73ff1d2b06986b6a90594fc7c21f0 (diff) | |
download | freebsd-ports-gnome-8f7a3c49c3d29d663eeb1d1384a9d400a2dc593e.tar.gz freebsd-ports-gnome-8f7a3c49c3d29d663eeb1d1384a9d400a2dc593e.tar.zst freebsd-ports-gnome-8f7a3c49c3d29d663eeb1d1384a9d400a2dc593e.zip |
- Pass maintainer to apache@
Diffstat (limited to 'www/mod_authz_unixgroup')
-rw-r--r-- | www/mod_authz_unixgroup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_authz_unixgroup/Makefile b/www/mod_authz_unixgroup/Makefile index 2d39b2d0ecfc..235524c63c18 100644 --- a/www/mod_authz_unixgroup/Makefile +++ b/www/mod_authz_unixgroup/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= http://www.unixpapa.com/software/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apache@FreeBSD.org COMMENT= A unix group access control module for Apache 2.1 and later USE_APACHE= 22+ |