diff options
author | mat <mat@FreeBSD.org> | 2003-08-16 09:13:44 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-08-16 09:13:44 +0000 |
commit | 898ac9a70219678f62985be9c096b0234c1f1e78 (patch) | |
tree | 9fc06fe000dc7a12a7ee84ad137a4db58cc48448 /security | |
parent | 0fd9c177c103cab5186aa8e474e8698f77f81027 (diff) | |
download | FreeBSD-ports-898ac9a70219678f62985be9c096b0234c1f1e78.zip FreeBSD-ports-898ac9a70219678f62985be9c096b0234c1f1e78.tar.gz |
Update my ports to use my @FreeBSD.org address
Approved by: demon (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-pgsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index b9eb097..2794f2b 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -MAINTAINER= m@absolight.net +MAINTAINER= mat@FreeBSD.org COMMENT= A pam module for authenticating with PostgreSQL LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |