diff options
author | erwin <erwin@FreeBSD.org> | 2003-10-14 21:04:02 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-10-14 21:04:02 +0800 |
commit | b16b5c4efb224c92fa419e710a705071060dbdd1 (patch) | |
tree | 052e3e169413d4622b6409a5ddb2d919cdef4a8f /www/mod_auth_external2 | |
parent | 454bcc2c33de6015adf2ebd4d4f40bed4b9e0091 (diff) | |
download | freebsd-ports-gnome-b16b5c4efb224c92fa419e710a705071060dbdd1.tar.gz freebsd-ports-gnome-b16b5c4efb224c92fa419e710a705071060dbdd1.tar.zst freebsd-ports-gnome-b16b5c4efb224c92fa419e710a705071060dbdd1.zip |
fix typo in maintainer address
Submitted by: maintainer
Diffstat (limited to 'www/mod_auth_external2')
-rw-r--r-- | www/mod_auth_external2/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |