diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-07-18 21:05:20 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-07-18 21:05:20 +0000 |
commit | bb3d8a2d71c42a19d8eb28f11fab423090a6386d (patch) | |
tree | 3b3af5215063dc2b208de87e4c5bdc4d008c2382 /security/phpdeadlock | |
parent | - Respect NO_INSTALL_MANPAGES (diff) |
Changed my MAINTAINER address to
glarkin@FreeBSD.org.
Approved by: beech (mentor)
Notes
Notes:
svn path=/head/; revision=217070
Diffstat (limited to 'security/phpdeadlock')
-rw-r--r-- | security/phpdeadlock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile index 6747fd4cb25a..c76f3a5bb2a9 100644 --- a/security/phpdeadlock/Makefile +++ b/security/phpdeadlock/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: phpdeadlock # Date created: 08 Oct 2007 -# Whom: Greg Larkin <glarkin@sourcehosting.net> +# Whom: Greg Larkin <glarkin@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= security www MASTER_SITES= SF DISTNAME= Deadlock-${PORTVERSION}-Stable -MAINTAINER= glarkin@sourcehosting.net +MAINTAINER= glarkin@FreeBSD.org COMMENT= Web-based user authentication/password protection system WRKSRC= ${WRKDIR}/Deadlock-1.01 |