diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-24 12:36:34 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-24 12:36:34 +0800 |
commit | 81c88c4d64630eb17e4cadb5b3680dea404bc68e (patch) | |
tree | 9a952f1cf665385092106dfe70979ad764319c4b /www | |
parent | 4fbc0185e0edae7be1a0557b593a70ae2e0b20e4 (diff) | |
download | freebsd-ports-gnome-81c88c4d64630eb17e4cadb5b3680dea404bc68e.tar.gz freebsd-ports-gnome-81c88c4d64630eb17e4cadb5b3680dea404bc68e.tar.zst freebsd-ports-gnome-81c88c4d64630eb17e4cadb5b3680dea404bc68e.zip |
Fix bogus maintainer
PR: ports/47422
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/auth_ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile index b79efc15f275..87d31bdec3d7 100644 --- a/www/auth_ldap/Makefile +++ b/www/auth_ldap/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.rudedog.org/auth_ldap/ -MAINTAINER= ports +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 LIB_DEPENDS= lber.2:${PORTSDIR}/net/openldap2 |