diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-14 13:04:02 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-14 13:04:02 +0000 |
commit | e0a08a9619ec97b9bb9ee99031b195e16cad7957 (patch) | |
tree | 8ffc29b7d7c328bdcff85c02db683305c711cfa3 | |
parent | Update to 2.8.0. (diff) |
fix typo in maintainer address
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=91189
-rw-r--r-- | www/mod_auth_external2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_authenticache/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_external2/Makefile b/www/mod_auth_external2/Makefile index 37a948453f99..5f300a1cb76c 100644 --- a/www/mod_auth_external2/Makefile +++ b/www/mod_auth_external2/Makefile @@ -10,7 +10,7 @@ CATEGORIES= www MASTER_SITES= http://www.unixpapa.com/software/ DIST_SUBDIR= apache -MAINTAINER= sheeepkiller@cultdeadsheep.org +MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Allows users authentication based on external mechanisms BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 diff --git a/www/mod_authenticache/Makefile b/www/mod_authenticache/Makefile index 979f63b1647c..a627e5c987a5 100644 --- a/www/mod_authenticache/Makefile +++ b/www/mod_authenticache/Makefile @@ -10,7 +10,7 @@ CATEGORIES= www MASTER_SITES= http://killa.net/infosec/mod_authenticache/ DIST_SUBDIR= apache -MAINTAINER= sheeepkiller@cultdeadsheep.org +MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= A generic credential caching module for Apache 2.0.x BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 |